BitSharper.ListMessage.ListMessage C# (CSharp) Method

ListMessage() protected method

protected ListMessage ( NetworkParameters @params ) : System.Collections.Generic
@params NetworkParameters
return System.Collections.Generic
        protected ListMessage(NetworkParameters @params)
            : base(@params)
        {
            _items = new List<InventoryItem>();
        }

Same methods

ListMessage::ListMessage ( NetworkParameters @params, byte bytes ) : System.Collections.Generic