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
AddRange Method
Adds the elements of the specified collection 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
AddRange
(
IEnumerable
<T>
items
)
Request Example
View Source
Parameters
items
Type:
System.Collections.Generic
IEnumerable
T
Exceptions
Exception
Condition
ArgumentNullException
collection
is
.
See Also
Reference
AsyncReactiveList
T
Class
Kit.Containers Namespace
Send comments on this topic to
agam@frag-games.com