Click or drag to resize

MembershipChangeTrackingTItem Property

Gets the object at the specified index.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public T this[
	int index
] { get; set; }
Request Example View Source

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: T
Object at the index location

Implements

IListTItemInt32
Exceptions
ExceptionCondition
NotImplementedExceptionCannot use index to set members
See Also