Defines the functionalities that are common to all representations of a type (TypeDefDeclaration, TypeRefDeclaration, TypeSpecDeclaration, TypeSignature).

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

Syntax

Visual Basic (Declaration)
Public Interface ITypeSignature _
	Implements IModuleScoped, IVisitable(Of ITypeSignature),  _
	IGeneric
C#
public interface ITypeSignature : IModuleScoped, 
	IVisitable<ITypeSignature>, IGeneric
Visual C++
public interface class ITypeSignature : IModuleScoped, 
	IVisitable<ITypeSignature^>, IGeneric

See Also