Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
LazyList(T) Class
LazyList(T) Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Initialized Method
Insert Method
Invalidate Method
Remove Method
RemoveAt Method
LazyList
T
Insert Method
Inserts an item to the
IList
T
at the specified index.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
void
Insert
(
int
index
, T
item
)
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)
Exceptions
Exception
Condition
ArgumentOutOfRangeException
index
is not a valid index in the
IList
T
.
NotSupportedException
The
IList
T
is read-only.
See Also
Reference
LazyList
T
Class
WhetStone.Looping Namespace