ItemCountT Class |
Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizer
public sealed class ItemCount<T> : ICollection<T>, IEnumerable<T>, IEnumerable, IEquatable<ItemCount<T>>
The ItemCountT type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) |
Is the object equals?
(Overrides ObjectEquals(Object).) | |
Equals(ItemCountT) |
Is the object equals?
| |
GetEnumerator |
Gets an enumerator that will yields the same item with specified times.
| |
GetHashCode |
Gets the hash code of current instance
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |