INParameter.GetParameter Method

Definition

Overloads

GetParameter(Class, String)

Gets the parameter for the specified key path on the specified intent or response class.

GetParameter(Type, String)

Gets the parameter for the specified key path on the specified intent or response type.

GetParameter(Class, String)

Gets the parameter for the specified key path on the specified intent or response class.

[Foundation.Export("parameterForClass:keyPath:")]
public static Intents.INParameter GetParameter (ObjCRuntime.Class aClass, string keyPath);
static member GetParameter : ObjCRuntime.Class * string -> Intents.INParameter

Parameters

aClass
Class
keyPath
String

Returns

Attributes

Applies to

GetParameter(Type, String)

Gets the parameter for the specified key path on the specified intent or response type.

public static Intents.INParameter GetParameter (Type type, string keyPath);
static member GetParameter : Type * string -> Intents.INParameter

Parameters

type
Type
keyPath
String

Returns

Applies to