Click or drag to resize

BagTRemoveAll Method (IEnumerableT)

Sets the amount of specified items to 0.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public bool RemoveAll(
	IEnumerable<T> items
)
Request Example View Source

Parameters

items
Type: System.Collections.GenericIEnumerableT

Return Value

Type: Boolean
See Also