[This is preliminary documentation and is subject to change.]
Constructor with initialization. Shallow copy.
| C# | Visual Basic | Visual C++ |
public UInt16Collection( ushort[] arrayOfValues )
Public Sub New ( _ arrayOfValues As UShort() _ )
public: UInt16Collection( array<unsigned short>^ arrayOfValues )
- arrayOfValues (array< UInt16 >[]()[])
- values to copy.