| Name | Description |
|---|
 | I64ValueArray() |
Initializes a new instance of I64ValueArray with an empty array of I64Value objects.
|
 | I64ValueArray(I64Value[]) |
Initializes a new instance of I64ValueArray with the specified array of I64Value objects.
|
 | I64ValueArray(I64ValueArray) |
Initializes a new instance of I64ValueArray by copying an existing I64ValueArray instance.
|
 | I64ValueArray(IEnumerable(Int64)) |
Initializes a new instance of I64ValueArray with the specified list of Int64 values.
|
 | I64ValueArray(Int64[]) |
Initializes a new instance of I64ValueArray with the specified array of Int64 values.
|