Click or drag to resize

MembershipChangeTrackingTGetEnumerator Method

Returns an enumerator that iterates through the collection.

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 enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also