In This Article

IVariableResolverResult Interface

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

public interface IVariableResolverResult : IResolverResult

Properties

Variable

Gets a IVariableDefinition indicating the variable.

IVariableDefinition Variable { get; }

Property Value

IVariableDefinition:

A IVariableDefinition indicating the variable.

Inherited Members