MonobjcMonobjc Documented Class Library
Implicit Operator
NamespacesMonobjc.FoundationNSRange64ImplicitWideningImplicitImplicitImplicit(NSRange to NSRange64)
Performs an implicit conversion from NSRange to NSRange64.
Declaration Syntax
C#Visual BasicVisual C++
public static implicit operator NSRange64 (
	NSRange value
)
Public Shared Widening Operator CType ( _
	value As NSRange _
) As NSRange64
static implicit operator NSRange64 (
	NSRange value
)
Parameters
value (NSRange)
The value.
Return Value
The result of the conversion.
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)