CheckPoint.NET
CheckPoint.NET
API Reference
Koopman.CheckPoint.Common
SimpleListChangeTracking(T) Class
SimpleListChangeTracking(T) Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
SimpleListChangeTracking
T
Insert Method
Inserts an item to the
IList
T
at the specified index.
Namespace:
Koopman.CheckPoint.Common
Assembly:
CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
Copy
public
void
Insert
(
int
index
, T
item
)
Request Example
View Source
Parameters
index
Type:
System
Int32
The zero-based index at which item should be inserted.
item
Type:
T
The object to insert into the
IList
T
.
Implements
IList
T
Insert(Int32, T)
See Also
Reference
SimpleListChangeTracking
T
Class
Koopman.CheckPoint.Common Namespace
Copyright (c) 2018 Tim Koopman