NSValue.FromRange(NSRange) Method

Definition

Creates an NSValue that stores an NSRange.

[Foundation.Export("valueWithRange:")]
public static Foundation.NSValue FromRange (Foundation.NSRange range);
static member FromRange : Foundation.NSRange -> Foundation.NSValue

Parameters

range
NSRange

Returns

Attributes

Applies to