In This Article

IDecoratedMember Interface

Provides the base requirements for a type or type member that has attributes and modifiers.

public interface IDecoratedMember : IAstNode

Properties

AttributeSections

The attribute sections.

IList<AttributeSection> AttributeSections { get; }

Property Value

IList<AttributeSection>

Modifiers

The modifiers.

Modifiers Modifiers { get; set; }

Property Value

Modifiers

Inherited Members

Extension Methods