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