DDS::Sequence
< System::Byte >.
More...
#include <managed_infrastructure.h>
Public Member Functions | |
ByteSeq () | |
Constructs an empty sequence of bytes with an initial maximum of zero. | |
ByteSeq (System::Int32 max) | |
Constructs an empty sequence of bytes with the given initial maximum. | |
ByteSeq (ByteSeq^ bytes) | |
Construct a new sequence containing the given bytes. |
DDS::Sequence
< System::Byte >.
DDS::ByteSeq::ByteSeq | ( | ) | [inline] |
Constructs an empty sequence of bytes with an initial maximum of zero.
DDS::ByteSeq::ByteSeq | ( | System::Int32 | max | ) | [inline] |
Constructs an empty sequence of bytes with the given initial maximum.
DDS::ByteSeq::ByteSeq | ( | ByteSeq^ | bytes | ) | [inline] |
Construct a new sequence containing the given bytes.
bytes | the initial contents of this sequence |