Click or drag to resize
WeightedCollectionTRemoveRange Method
Batch remove items from the pool. (if exists)

Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizer
Assembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void RemoveRange(
	IEnumerable<T> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableT
An enumerable object contains all item wanted to remove
See Also