Table of Contents

Method GetEnumerator

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

GetEnumerator()

Returns an enumerator that iterates through a collection.

public virtual IEnumerator<string> GetEnumerator()

Returns

IEnumerator<string>

A IEnumerator that can be used to iterate through the collection.