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