System.Windows.Forms.ByteCollection.ByteCollection C# (CSharp) Method

ByteCollection() public method

Initializes a new instance of ByteCollection class.
public ByteCollection ( byte bs ) : System
bs byte an array of bytes to add to collection
return System
        public ByteCollection(byte[] bs)
        {
            AddRange(bs);
        }

Same methods

ByteCollection::ByteCollection ( ) : System