Quine libraries user's guide
C#
Show/Hide TOC
Path
Components
Get
Enumerator Method
Returns an enumerator that iterates through the collection.
Definition
Namespace:
Quine.Schemas.Core
Assembly:
Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
Copy
public
IEnumerator
<
string
>
GetEnumerator
()
Return Value
IEnumerator
String
An enumerator that can be used to iterate through the collection.
Implements
IEnumerable
T
GetEnumerator
See Also
Reference
PathComponents Structure
Quine.Schemas.Core Namespace
In This Article
Definition
Return Value
Implements
See Also