Click or drag to resize

ObjectsPagingResultsT, UGetEnumerator Method

Returns an enumerator that iterates through the collection of Objects.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public IEnumerator<T> GetEnumerator()
Request Example View Source

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also