MethodSpecDeclaration.GetMethodDefinition Method |
Finds in the current domain the MethodDefDeclaration corresponding
to the current method with default BindingOptions.
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public MethodDefDeclaration GetMethodDefinition()
Return Value
Type: MethodDefDeclarationThe MethodDefDeclaration corresponding to the current instance in the current domain.