Returns an enumerator that iterates through the collection.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public IEnumerator GetEnumerator() |
Visual Basic |
---|
Public Function GetEnumerator As IEnumerator |
Visual C++ |
---|
public:
virtual IEnumerator^ GetEnumerator() sealed |
F# |
---|
abstract GetEnumerator : unit -> IEnumerator
override GetEnumerator : unit -> IEnumerator |
Return Value
Type:
IEnumerator
A
IEnumerator<(Of <(<'T>)>)> that can be used to iterate through the collection.
Implements
IEnumerable..::..GetEnumerator()()()()See Also