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
RemoveAll Method
Removes all the elements that match the conditions defined by the specified predicate.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
int
RemoveAll
(
Predicate
<T>
match
)
Request Example
View Source
Parameters
match
Type:
System
Predicate
T
The
Predicate
T
delegate that defines the conditions of the elements to remove.
Return Value
Type:
Int32
The number of elements removed from the
List
T
.
Exceptions
Exception
Condition
ArgumentNullException
match
is
.
See Also
Reference
AsyncReactiveList
T
Class
Kit.Containers Namespace
Send comments on this topic to
agam@frag-games.com