Table of Contents

Field Result

Namespace
LMKit.FunctionCalling
Assembly
LM-Kit.NET.dll

Gets the result of the method invocation. This property holds the return value produced by the method, or null if the method has a void return type.

public readonly object Result

Returns

object
Gets the result of the method invocation. This property holds the return value produced by the method, or null if the method has a void return type.