In This Article

IFunctionResolverResult Interface

Provides the base requirements of a function result from an IResolver resolution operation.

public interface IFunctionResolverResult : IResolverResult

Properties

Function

An IFunctionDefinition indicating the function.

IFunctionDefinition Function { get; }

Property Value

IFunctionDefinition

InvocationArguments

The list of invocation arguments passed into the function.

IList<Argument> InvocationArguments { get; }

Property Value

IList<Argument>

ReferenceKind

A FunctionReferenceKind specifying the kind of reference.

FunctionReferenceKind ReferenceKind { get; }

Property Value

FunctionReferenceKind

Inherited Members

Extension Methods