MonobjcMonobjc Documented Class Library
NSMaxRange Method (range)
NamespacesMonobjc.FoundationNSRangeNSMaxRange(NSRange)
Returns the number 1 greater than the maximum value within the range.
Declaration Syntax
C#Visual BasicVisual C++
public static uint NSMaxRange(
	NSRange range
)
Public Shared Function NSMaxRange ( _
	range As NSRange _
) As UInteger
public:
static unsigned int NSMaxRange(
	NSRange range
)
Parameters
range (NSRange)

[Missing <param name="range"/> documentation for "M:Monobjc.Foundation.NSRange.NSMaxRange(Monobjc.Foundation.NSRange)"]

Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSRange.NSMaxRange(Monobjc.Foundation.NSRange)"]

Remarks
Original declaration is : unsigned int NSMaxRange(NSRange 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)