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