Represents a type reference (TypeRef).

Namespace:  PostSharp.CodeModel
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Remarks

Type references are owned by types implementing the ITypeRefResolutionScope interface, i.e. TypeRefDeclaration (in case of nested types), AssemblyRefDeclaration, ModuleRefDeclaration and ModuleDeclaration (although the latest case should never occur).

Inheritance Hierarchy

System..::.Object
  PostSharp.CodeModel..::.Element
    PostSharp.CodeModel..::.Declaration
      PostSharp.CodeModel..::.MetadataDeclaration
        PostSharp.CodeModel..::.NamedDeclaration
          PostSharp.CodeModel..::.TypeRefDeclaration

See Also