MonobjcMonobjc Documented Class Library
NSLocationInRange Method (index, aRange)
NamespacesMonobjc.FoundationNSRangeNSLocationInRange(UInt32, NSRange)
Returns a Boolean value that indicates whether a specified position is in a given range.
Declaration Syntax
C#Visual BasicVisual C++
public static bool NSLocationInRange(
	uint index,
	NSRange aRange
)
Public Shared Function NSLocationInRange ( _
	index As UInteger, _
	aRange As NSRange _
) As Boolean
public:
static bool NSLocationInRange(
	unsigned int index, 
	NSRange aRange
)
Parameters
index (UInt32)

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

aRange (NSRange)

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

Return Value

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

Remarks
Original declaration is : BOOL NSLocationInRange(unsigned int index, NSRange aRange)
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)