NLScriptExtensions.GetValue Method

Definition

Overloads

Name Description
GetValue(NSString)

Retrieves the NLScript value named by constant.

GetValue(NativeHandle)

Retrieves the NLScript value represented by the backing field value in handle.

GetValue(NSString)

Retrieves the NLScript value named by constant.

public static NaturalLanguage.NLScript GetValue(Foundation.NSString constant);
static member GetValue : Foundation.NSString -> NaturalLanguage.NLScript

Parameters

constant
NSString

The name of the constant to retrieve.

Returns

Applies to

GetValue(NativeHandle)

Retrieves the NLScript value represented by the backing field value in handle.

public static NaturalLanguage.NLScript GetValue(ObjCRuntime.NativeHandle handle);
static member GetValue : ObjCRuntime.NativeHandle -> NaturalLanguage.NLScript

Parameters

handle
NativeHandle

The native handle with the name of the constant to retrieve.

Returns

Applies to