IFunctionResult Interface
Definição
Fornece acesso ao valor retornado de uma função.Provides access to the return value of a function.
public interface class IFunctionResult
public interface IFunctionResult
type IFunctionResult = interface
Public Interface IFunctionResult
- Derivado
Propriedades
| ReturnValue |
Obtém o valor retornado de uma função.Gets the return value of a function. |