BattleNet.Item.Item C# (CSharp) Method

Item() public method

public Item ( ) : System
return System
        public Item()
        {
            prefixes = new List<uint>();
            suffixes = new List<uint>();
            properties = new List<PropertyType>();
            sockets = UInt32.MaxValue;
        }