Свойство | Тип | Описание | |
---|---|---|---|
NSNotFoundRange | |||
NSZeroRange |
Метод | Описание | |
---|---|---|
NSEqualRanges ( |
Returns a Boolean value that indicates whether two given ranges are equal. Original declaration is : BOOL NSEqualRanges(NSRange range1, NSRange range2) |
|
NSIntersectionRange ( |
Returns the intersection of the specified ranges. Original declaration is : NSRange NSIntersectionRange(NSRange range1, NSRange range2) |
|
NSLocationInRange ( |
Returns a Boolean value that indicates whether a specified position is in a given range. Original declaration is : BOOL NSLocationInRange(unsigned int index, NSRange aRange) |
|
NSMakeRange ( |
Creates a new NSRange from the specified values. Original declaration is : NSRange NSMakeRange(unsigned int location, unsigned int length) |
|
NSMaxRange ( |
Returns the number 1 greater than the maximum value within the range. Original declaration is : unsigned int NSMaxRange(NSRange range) |
|
NSUnionRange ( |
Returns the intersection of the specified ranges. Original declaration is : NSRange NSUnionRange(NSRange range1, NSRange range2) |
Метод | Описание | |
---|---|---|
NSRangeFromString ( [ MarshalTypeRef = typeof(IdMarshaler<NSString>))]NSStringaString ) : |
||
NSStringFromRange ( |
public static NSEqualRanges ( |
||
range1 | ||
range2 | ||
Результат | bool |
public static NSIntersectionRange ( |
||
range1 | ||
range2 | ||
Результат |
public static NSLocationInRange ( |
||
index | ||
aRange | ||
Результат | bool |
public static NSMakeRange ( |
||
location | ||
length | ||
Результат |
public static NSMaxRange ( |
||
range | ||
Результат | uint |
public static NSUnionRange ( |
||
range1 | ||
range2 | ||
Результат |
public static NSRange,Monobjc.Foundation NSNotFoundRange | ||
Результат |