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