Field Method
- Namespace
- LMKit.FunctionCalling
- Assembly
- LM-Kit.NET.dll
Gets the MethodInfo of the method that was invoked during the function call. This property provides information about the method, such as its name, return type, and parameters.
public readonly MethodInfo Method
Returns
- MethodInfo
- Gets the of the method that was invoked during the function call. This property provides information about the method, such as its name, return type, and parameters.