Kit Documentation
Kit Documentation
Kit Reference
Kit.Containers
AsyncReactiveList(T) Class
AsyncReactiveList(T) Methods
Add Method
AddRange Method
Clear Method
EveryCountChanged Method
Insert Method
InsertRange Method
Remove Method
RemoveAll Method
RemoveAt Method
RemoveRange Method
AsyncReactiveList
T
RemoveAt Method
Removes the element at the specified index of the
List
T
.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
void
RemoveAt
(
int
index
)
Request Example
View Source
Parameters
index
Type:
System
Int32
The zero-based index of the element to remove.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
index
is less than 0.-or-
index
is equal to or greater than
Count
.
See Also
Reference
AsyncReactiveList
T
Class
Kit.Containers Namespace
Send comments on this topic to
agam@frag-games.com