Show / Hide Table of Contents

    Class DescribedMember

    A member that can be constructed incrementally in an imperative fashion.

    Inheritance
    System.Object
    DescribedMember
    DescribedAssembly
    DescribedField
    DescribedGenericMember
    Implements
    IMember
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Flame.TypeSystem
    Assembly: Flame.dll
    Syntax
    public class DescribedMember : IMember

    Constructors

    | Improve this Doc View Source

    DescribedMember(QualifiedName)

    Creates a described member from a fully qualified name.

    Declaration
    public DescribedMember(QualifiedName fullName)
    Parameters
    Type Name Description
    QualifiedName fullName

    The described member's fully qualified name.

    Properties

    | Improve this Doc View Source

    Attributes

    Gets the member's attributes.

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

    FullName

    Gets the member's full name.

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

    Name

    Gets the member's unqualified name.

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

    Methods

    | Improve this Doc View Source

    AddAttribute(IAttribute)

    Adds an attribute to this member's attribute map.

    Declaration
    public void AddAttribute(IAttribute attribute)
    Parameters
    Type Name Description
    IAttribute attribute

    The attribute to add.

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

    IMember

    Extension Methods

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