Field Parameters
- Namespace
- LMKit.FunctionCalling
- Assembly
- LM-Kit.NET.dll
Gets a read-only list of parameters that were passed to the method during the function call. These parameters represent the arguments that were used in the method invocation.
public readonly IReadOnlyList<object> Parameters
Returns
- IReadOnlyList<object>
- Gets a read-only list of parameters that were passed to the method during the function call. These parameters represent the arguments that were used in the method invocation.