Click or drag to resize
ItemCountTGetEnumerator Method
Gets an enumerator that will yields the same item with specified times.

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
An enumerator

Implements

IEnumerableTGetEnumerator
See Also