QuickObjects.ObjectBase Send comments on this topic.
GetEnumerator(Int32,Int32) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObjectCollection Class > GetEnumerator Method : GetEnumerator(Int32,Int32) Method
index
The zero-based starting index of the Collection section that the enumerator should refer to.
count
The number of elements in the Collection section that the enumerator should refer to.
Returns an enumerator that can iterate through the Collection.

Syntax

C# 
public IEnumerator GetEnumerator( 
   int index,
   int count
)

Parameters

index
The zero-based starting index of the Collection section that the enumerator should refer to.
count
The number of elements in the Collection section that the enumerator should refer to.

Return Value

An IEnumerator for the specified section of the Collection.

Requirements

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

See Also