System.Windows.Forms.ByteCollection.ByteCollection C# (CSharp) 메소드

ByteCollection() 공개 메소드

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

Same methods

ByteCollection::ByteCollection ( ) : System