System.Windows.Forms.ByteCollection.ByteCollection C# (CSharp) Méthode

ByteCollection() public méthode

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

Same methods

ByteCollection::ByteCollection ( ) : System