#include <managed_dynamicdata.h>
Public Member Functions | |
DynamicDataSeq () | |
Construct a new empty DDS::DynamicDataSeq. | |
DynamicDataSeq (System::Int32 max) | |
Construct a new empty DDS::DynamicDataSeq. | |
DynamicDataSeq (Sequence< DynamicData^ >^src) | |
Construct a new DDS::DynamicDataSeq containing the same elements as the given collection. |
Instantiates DDS::Sequence
< DDS::DynamicData > .
DDS::DynamicDataSeq::DynamicDataSeq | ( | ) | [inline] |
Construct a new empty DDS::DynamicDataSeq.
DDS::DynamicDataSeq::DynamicDataSeq | ( | System::Int32 | max | ) | [inline] |
Construct a new empty DDS::DynamicDataSeq.
The new sequence will have the given maximum.
DDS::DynamicDataSeq::DynamicDataSeq | ( | Sequence< DynamicData^ >^ | src | ) | [inline] |
Construct a new DDS::DynamicDataSeq containing the same elements as the given collection.