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