PropertyContainer.IEnumerable.GetEnumerator Method | |
Returns an enumerator that iterates through a collection.
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.21
Syntax METHOD IEnumerable.GetEnumerator() AS IEnumerator
IEnumerator IEnumerable.GetEnumerator()
Request Example
View SourceReturn Value
Type:
IEnumeratorAn
IEnumerator object that can be used to iterate through the collection.
Implements
GetEnumeratorSee Also