MonobjcMonobjc Documented Class Library
NSMakeRange Method (location, length)
NamespacesMonobjc.FoundationNSRangeNSMakeRange(UInt32, UInt32)
Creates a new NSRange from the specified values.
Declaration Syntax
C#Visual BasicVisual C++
public static NSRange NSMakeRange(
	uint location,
	uint length
)
Public Shared Function NSMakeRange ( _
	location As UInteger, _
	length As UInteger _
) As NSRange
public:
static NSRange NSMakeRange(
	unsigned int location, 
	unsigned int length
)
Parameters
location (UInt32)

[Missing <param name="location"/> documentation for "M:Monobjc.Foundation.NSRange.NSMakeRange(System.UInt32,System.UInt32)"]

length (UInt32)

[Missing <param name="length"/> documentation for "M:Monobjc.Foundation.NSRange.NSMakeRange(System.UInt32,System.UInt32)"]

Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSRange.NSMakeRange(System.UInt32,System.UInt32)"]

Remarks
Original declaration is : NSRange NSMakeRange(unsigned int location, unsigned int length)
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)