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