Click or drag to resize
WeightedCollectionTGetEnumerator Method
Gets an enumerator object for iterates through every items in the pool, even the weight is zero.

Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizer
Assembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
Enumerator objects which iterates through every items in the pool

Implements

IEnumerableTGetEnumerator
See Also