In This Article

ITypeReference Interface

Provides the base requirements of a type reference.

public interface ITypeReference : IReflectionDefinition

Properties

DeclaringModule

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

IModuleReference? DeclaringModule { get; }

Property Value

IModuleReference

Inherited Members

Extension Methods