Click or drag to resize

SimpleListChangeTrackingTItem Property (Int32)

Gets or sets 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.

Property Value

Type: T

Implements

IListTItemInt32
See Also