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

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

Declaration Syntax
C#Visual BasicVisual C++
public static implicit operator ulong (
	NSInteger value
)
Public Shared Widening Operator CType ( _
	value As NSInteger _
) As ULong
static implicit operator unsigned long long (
	NSInteger value
)
Parameters
value (NSInteger)

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

Return Value

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

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)