Represents a method signature, which specifies primarly a calling convention and
the type of parameters.
Namespace:
PostSharp.CodeModelAssembly: 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
PostSharp.CodeModel..::.MethodSignature