QuickAdmin.Net Reference
C#
Show/Hide TOC
Casted
List
TFrom
,
TTo
Get
Enumerator Method
Returns an enumerator that iterates through a collection.
Definition
Namespace:
QuickAdmin.Utils
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
C#
Copy
public
IEnumerator
<TTo>
GetEnumerator
()
Return Value
IEnumerator
TTo
An
IEnumerator
object that can be used to iterate through the collection.
Implements
IEnumerable
T
GetEnumerator
See Also
Reference
CastedList
TFrom, TTo
Class
QuickAdmin.Utils Namespace
In This Article
Definition
Return Value
Implements
See Also