VectorOfByte Constructor |
| Name | Description | |
|---|---|---|
| VectorOfByte |
Create an empty standard vector of Byte
| |
| VectorOfByte(Byte) |
Create an standard vector of Byte with the initial values
| |
| VectorOfByte(Int32) |
Create an standard vector of Byte of the specific size
| |
| VectorOfByte(SerializationInfo, StreamingContext) |
Constructor used to deserialize runtime serialized object
|