DDS::Sequence
< System::String > with value type semantics.
More...
#include <managed_infrastructure.h>
Inherits DDS::StringWrapperSeq.
Public Member Functions | |
StringSeq () | |
Constructs an empty sequence of strings with an initial maximum of zero. | |
StringSeq (System::Int32 max) | |
Constructs an empty sequence of strings with the given initial maximum. | |
StringSeq (StringSeq^ strings) | |
Constructs a new sequence containing the given strings. |
DDS::Sequence
< System::String > with value type semantics.
StringSeq is a sequence that contains strings.
DDS::StringSeq::StringSeq | ( | ) | [inline] |
Constructs an empty sequence of strings with an initial maximum of zero.
DDS::StringSeq::StringSeq | ( | System::Int32 | max | ) | [inline] |
Constructs an empty sequence of strings with the given initial maximum.
DDS::StringSeq::StringSeq | ( | StringSeq^ | strings | ) | [inline] |
Constructs a new sequence containing the given strings.
strings | the initial contents of this sequence |