MonobjcMonobjc Documented Class Library
Implicit Operator
NamespacesMonobjc.FoundationNSIntegerImplicitWideningImplicitImplicitImplicit(UInt16 to NSInteger)

[Missing <summary> documentation for "M:Monobjc.Foundation.NSInteger.op_Implicit(System.UInt16)~Monobjc.Foundation.NSInteger"]

Declaration Syntax
C#Visual BasicVisual C++
public static implicit operator NSInteger (
	ushort value
)
Public Shared Widening Operator CType ( _
	value As UShort _
) As NSInteger
static implicit operator NSInteger (
	unsigned short value
)
Parameters
value (UInt16)

[Missing <param name="value"/> documentation for "M:Monobjc.Foundation.NSInteger.op_Implicit(System.UInt16)~Monobjc.Foundation.NSInteger"]

Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSInteger.op_Implicit(System.UInt16)~Monobjc.Foundation.NSInteger"]

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)