MonobjcMonobjc Documented Class Library
NSRange Constructor (location, length)
NamespacesMonobjc.FoundationNSRangeNSRange(UInt32, UInt32)
Initializes a new instance of the NSRange class.
Declaration Syntax
C#Visual BasicVisual C++
public NSRange(
	uint location,
	uint length
)
Public Sub New ( _
	location As UInteger, _
	length As UInteger _
)
public:
NSRange(
	unsigned int location, 
	unsigned int length
)
Parameters
location (UInt32)
The location.
length (UInt32)
The 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)