Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
cache.IListCache(T) Class
IListCache(T) Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
GetEnumeratorRandAccess Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
cache
IListCache
T
RemoveAt Method
Removes the
IList
T
item 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
abstract
void
RemoveAt
(
int
index
)
Parameters
index
Type:
System
Int32
The zero-based index of the item to remove.
Implements
IList
T
RemoveAt(Int32)
Exceptions
Exception
Condition
ArgumentOutOfRangeException
index
is not a valid index in the
IList
T
.
NotSupportedException
The
IList
T
is read-only.
See Also
Reference
cache
IListCache
T
Class
WhetStone.Looping Namespace