OptionsCollectionIEnumerableGetEnumerator Method
Returns an enumerator that iterates through a collection.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
IEnumerator IEnumerable.GetEnumerator()
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator
private override GetEnumerator : unit -> IEnumerator
IEnumeratorAn
IEnumerator object that can be used to iterate through the collection.
IEnumerableGetEnumerator