[This is preliminary documentation and is subject to change.]
Constructor with initialization. Shallow copy.
| C# | Visual Basic | Visual C++ |
public UInt32Collection( uint[] arrayOfValues )
Public Sub New ( _ arrayOfValues As UInteger() _ )
public: UInt32Collection( array<unsigned int>^ arrayOfValues )
- arrayOfValues (array< UInt32 >[]()[])
- values to copy.