Field InputParameterName
Name of input parameter in lambda expressions, e.g. x => x.ToString(), InputParameterName here is "x"
Namespace: PoeShared.Bindings
Assembly: PoeShared.dll
Syntax
public const string InputParameterName = "x"
Returns
Type | Description |
---|---|
string |