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