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