In This Article

ITypeResolverResult Interface

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

public interface ITypeResolverResult : IResolverResult

Properties

Type

A ITypeDefinition indicating the type.

ITypeDefinition Type { get; }

Property Value

ITypeDefinition

Inherited Members

Extension Methods