Skip to content

IInvokable.GetArgument(int)

GetArgument(int)

abstract
public abstract object? GetArgument(int index)
Gets the argument at the specified index.

Parameters

indexint
The argument index.

Returns

The argument at the specified index.