AssemblyRefDeclaration.ParentMember Property |
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public override IMember ParentMember { get; }
Property Value
Type: IMemberThe parent member if the current declaration is a parameter, the current member if the current declaration is a member, otherwise null.
Implements
IMetadataDeclaration.ParentMemberIMetadataDeclaration.ParentMember