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

Namespace: Slash.Application.Systems
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerator<ISystem> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also