EntityCollectionGetEnumerator Method

Returns an enumerator that iterates through a collection.

Definition

Namespace: Firefly.Box.Data.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public IEnumerator<Entity> GetEnumerator()

Return Value

IEnumeratorEntity
An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator

See Also