Class DescribedMember
A member that can be constructed incrementally in an imperative fashion.
Implements
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 SourceDescribedMember(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 SourceAttributes
Gets the member's attributes.
Declaration
public AttributeMap Attributes { get; }
Property Value
Type | Description |
---|---|
AttributeMap |
FullName
Gets the member's full name.
Declaration
public QualifiedName FullName { get; }
Property Value
Type | Description |
---|---|
QualifiedName |
Name
Gets the member's unqualified name.
Declaration
public UnqualifiedName Name { get; }
Property Value
Type | Description |
---|---|
UnqualifiedName |
Methods
| Improve this Doc View SourceAddAttribute(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. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()