Click or drag to resize

MembershipChangeTrackingTInsert Method

Use Add, Remove and Clear methods only to modify membership.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public void Insert(
	int index,
	T item
)
Request Example View Source

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: T
The object to insert into the IListT.

Implements

IListTInsert(Int32, T)
Exceptions
ExceptionCondition
NotImplementedException Use Add, Remove and Clear methods only to modify membership..
See Also