NSTextCheckingResult.AddressCheckingResult Method

Definition

Overloads

AddressCheckingResult(NSRange, NSDictionary)
AddressCheckingResult(NSRange, NSTextCheckingAddressComponents)

AddressCheckingResult(NSRange, NSDictionary)

[Foundation.Export("addressCheckingResultWithRange:components:")]
public static Foundation.NSTextCheckingResult AddressCheckingResult (Foundation.NSRange range, Foundation.NSDictionary components);
static member AddressCheckingResult : Foundation.NSRange * Foundation.NSDictionary -> Foundation.NSTextCheckingResult

Parameters

range
NSRange
components
NSDictionary

Returns

Attributes

Applies to

AddressCheckingResult(NSRange, NSTextCheckingAddressComponents)

public static Foundation.NSTextCheckingResult AddressCheckingResult (Foundation.NSRange range, Foundation.NSTextCheckingAddressComponents components);
static member AddressCheckingResult : Foundation.NSRange * Foundation.NSTextCheckingAddressComponents -> Foundation.NSTextCheckingResult

Parameters

range
NSRange

Returns

Applies to