Share via


NSMutableCharacterSet.FromRange(NSRange) Method

Definition

[Foundation.Export("characterSetWithRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSCharacterSet FromRange(Foundation.NSRange aRange);
[<Foundation.Export("characterSetWithRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromRange : Foundation.NSRange -> Foundation.NSCharacterSet

Parameters

aRange
NSRange

Returns

Attributes

Applies to