Click or drag to resize
InspectorTypeTableGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: Slash.ECS.Inspector.Data
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public IEnumerator<InspectorType> GetEnumerator()

Return Value

Type: IEnumeratorInspectorType
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also