IFunctionResult Interface

Definition

Provides access to the return value of a function.

public interface class IFunctionResult
public interface IFunctionResult
type IFunctionResult = interface
Public Interface IFunctionResult
Derived

Properties

ReturnValue

Gets the return value of a function.

Applies to