 | HierarchicalBlueprintManagerGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IEnumerator<Blueprint> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Blueprint)
public:
virtual IEnumerator<Blueprint^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<Blueprint>
override GetEnumerator : unit -> IEnumerator<Blueprint>
Return Value
Type:
IEnumeratorBlueprint
A
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also