MonobjcMonobjc Documented Class Library
Implicit Operator
NamespacesMonobjc.FoundationNSUIntegerImplicitWideningImplicitImplicitImplicit(UInt64 to NSUInteger)

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

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

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

Return Value

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

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)