 | CompoundEntitiesTGetEnumerator Method |
Returns an enumerator that iterates through all current entities.
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>
Return Value
Type:
IEnumeratorT
A
IEnumeratorT that can be used to iterate through all current entities.
Implements
IEnumerableTGetEnumerator
See Also