DDS::Sequence
< System::Char >.
More...
#include <managed_infrastructure.h>
Public Member Functions | |
CharSeq () | |
Constructs an empty sequence of single-byte (serialized) characters with an initial maximum of zero. | |
CharSeq (System::Int32 max) | |
Constructs an empty sequence of single-byte (serialized) characters with the given initial maximum. | |
CharSeq (CharSeq^ chars) | |
Constructs a new sequence containing the given single-byte (serialized) characters. |
DDS::Sequence
< System::Char >.
DDS::CharSeq::CharSeq | ( | ) | [inline] |
Constructs an empty sequence of single-byte (serialized) characters with an initial maximum of zero.
DDS::CharSeq::CharSeq | ( | System::Int32 | max | ) | [inline] |
Constructs an empty sequence of single-byte (serialized) characters with the given initial maximum.
DDS::CharSeq::CharSeq | ( | CharSeq^ | chars | ) | [inline] |
Constructs a new sequence containing the given single-byte (serialized) characters.
chars | the initial contents of this sequence |