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