In This Article

ITypeReference Interface

Provides the base requirements of a type reference.

public interface ITypeReference : IReflectionDefinition

Properties

DeclaringModule

Gets the reference to the module in which the type is declared.

IModuleReference DeclaringModule { get; }

Property Value

IModuleReference:

The reference to the module in which the type is declared.

Inherited Members