Click or drag to resize
IFunctionArguments Property
Gets arguments.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
IReadOnlyList<KeyValuePair<string, ParameterType>> Arguments { get; }

Property Value

Type: IReadOnlyListKeyValuePairString, ParameterType
See Also