Search Results for

    Show / Hide Table of Contents

    Class DescribedMember

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

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

    Constructors

    | Edit this page 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

    | Edit this page View Source

    Attributes

    Gets the member's attributes.

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

    FullName

    Gets the member's full name.

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

    Name

    Gets the member's unqualified name.

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

    Methods

    | Edit this page 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.

    | Edit this page View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()

    Implements

    IMember

    Extension Methods

    AccessModifierAttribute.GetAccessModifier(IMember)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX