ThingsGetEnumerator Method |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Internal: Enumerator for Thing collection.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic IEnumerator<Thing> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Thing)
public:
virtual IEnumerator<Thing^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<Thing>
override GetEnumerator : unit -> IEnumerator<Thing>
Return Value
Type:
IEnumeratorThingIEnumerator:Thing
Implements
IEnumerableTGetEnumerator
See Also