RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::StringSeq Class Reference

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.
 
 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.
 

Detailed Description

Instantiates DDS::Sequence < System::String > with value type semantics.

StringSeq is a sequence that contains strings.

Instantiates:
<<generic>> DDS::Sequence
See Also
DDS::Sequence

Constructor & Destructor Documentation

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.

Parameters
stringsthe initial contents of this sequence

RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc