MonobjcMonobjc Documented Class Library
ValueWithRange Method (range)
NamespacesMonobjc.FoundationNSValueValueWithRange(NSRange)

Creates and returns an NSValue object that contains a given NSRange structure.

Original signature is '+ (NSValue *)valueWithRange:(NSRange)range'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSValue ValueWithRange(
	NSRange range
)
Public Shared Function ValueWithRange ( _
	range As NSRange _
) As NSValue
public:
static NSValue^ ValueWithRange(
	NSRange range
)
Parameters
range (NSRange)
The value for the new object.
Return Value
A new NSValue object that contains the value of range.
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)