IDecoratedMember Interface
Provides the base requirements for a type or type member that has attributes and modifiers.
public interface IDecoratedMember : IAstNode
Properties
AttributeSections
Gets the attribute sections.
IList<AttributeSection> AttributeSections { get; }
Property Value
- System.Collections.Generic.IList<AttributeSection>:
The attribute sections.
Modifiers
Gets or sets the modifiers.