QuickObjects.ObjectBase Send comments on this topic.
GetEnumerator Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObjectCollection Class : GetEnumerator Method
Returns an enumerator that can iterate through the Collection.

Syntax

C# 
public IEnumerator GetEnumerator()

Return Value

An IEnumerator for the entire Collection.

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also