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