MonobjcMonobjc Documented Class Library
UnsignedShortValue Property
NamespacesMonobjc.FoundationNSNumberUnsignedShortValue

Returns the receiver’s value as an unsigned short.

Original signature is '- (unsigned short)unsignedShortValue'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual ushort UnsignedShortValue { get; }
Public Overridable ReadOnly Property UnsignedShortValue As UShort
	Get
public:
virtual property unsigned short UnsignedShortValue {
	unsigned short get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)