| 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.Target Platforms: .NET Framework 1.1 or .NET Framework 2.0