Show / Hide Table of Contents

    Interface IMember

    The root interface for members: constructs that have a name, a full name and a set of attributes.

    Namespace: Flame
    Assembly: Flame.dll
    Syntax
    public interface IMember

    Properties

    | Improve this Doc View Source

    Attributes

    Gets the member's attributes.

    Declaration
    AttributeMap Attributes { get; }
    Property Value
    Type Description
    AttributeMap
    | Improve this Doc View Source

    FullName

    Gets the member's full name.

    Declaration
    QualifiedName FullName { get; }
    Property Value
    Type Description
    QualifiedName
    | Improve this Doc View Source

    Name

    Gets the member's unqualified name.

    Declaration
    UnqualifiedName Name { get; }
    Property Value
    Type Description
    UnqualifiedName

    Extension Methods

    AccessModifierAttribute.GetAccessModifier(IMember)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX