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
Add Method
Adds an object to the end of the
List
T
.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
void
Add
( T
item
)
Request Example
View Source
Parameters
item
Type:
T
The object to be added to the end of the
List
T
. The value can be
for reference types.
See Also
Reference
AsyncReactiveList
T
Class
Kit.Containers Namespace
Send comments on this topic to
agam@frag-games.com