DomainObjects Class Library

Key.GetEnumerator Method 

Returns an enumerator that iterates through a collection.

public abstract IEnumerator GetEnumerator();

Return Value

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

Implements

IEnumerable.

See Also

Key Class | DomainObjects.Facade.Domain Namespace