Represents a method signature, which specifies primarly a calling convention and the type of parameters.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class MethodSignature _
	Implements IMethodSignature, IModuleScoped, IVisitable(Of ITypeSignature)
C#
public sealed class MethodSignature : IMethodSignature, 
	IModuleScoped, IVisitable<ITypeSignature>
Visual C++
public ref class MethodSignature sealed : IMethodSignature, 
	IModuleScoped, IVisitable<ITypeSignature^>

Inheritance Hierarchy

System..::.Object
  PostSharp.CodeModel..::.MethodSignature

See Also