RTI Connext .NET API (legacy)
Version 6.1.2
|
Instantiates 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. More... | |
StringSeq (System::Int32 max) | |
Constructs an empty sequence of strings with the given initial maximum. More... | |
StringSeq (StringSeq^ strings) | |
Constructs a new sequence containing the given strings. More... | |
Instantiates DDS::Sequence
< System::String > with value type semantics.
StringSeq is a sequence that contains strings.
|
inline |
Constructs an empty sequence of strings with an initial maximum of zero.
|
inline |
Constructs an empty sequence of strings with the given initial maximum.
|
inline |
Constructs a new sequence containing the given strings.
strings | the initial contents of this sequence |