RelationCollectionGetEnumerator Method

Returns an enumerator that iterates through a collection.

Definition

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

Return Value

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

Implements

IEnumerableTGetEnumerator

See Also