Creates a new NSRange from the specified values.

C# | Visual Basic | Visual C++ |
public: static NSRange NSMakeRange( unsigned int location, unsigned int length )

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

Original declaration is : NSRange NSMakeRange(unsigned int location, unsigned int length)

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)