Click or drag to resize
ItemCount< T> . GetEnumerator 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: IEnumerator<T>
An enumerator

Implements

IEnumerable<T>.GetEnumerator()
See Also