Returns an NSNumber object initialized to contain a given value, treated as an unsigned short.
Original signature is '- (id)initWithUnsignedShort:(unsigned short)value'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public DRMSF( ushort value )
Public Sub New ( _ value As UShort _ )
public: DRMSF( unsigned short value )

- value (UInt16)
- The value for the new number.

An NSNumber object containing value, treating it as an unsigned short.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)