Click or drag to resize
ItemCountT Class
Represents an item with a specified amount
Inheritance Hierarchy
SystemObject
  JLChnToZ.LuckyPlayer.WeightedRandomizerItemCountT

Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizer
Assembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class ItemCount<T> : ICollection<T>, 
	IEnumerable<T>, IEnumerable, IEquatable<ItemCount<T>>

Type Parameters

T

The ItemCountT type exposes the following members.

Properties
  NameDescription
Public propertyCount
How many items?
Public propertyItem
The item
Top
Methods
See Also