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 SourceAttributes
Gets the member's attributes.
Declaration
AttributeMap Attributes { get; }
Property Value
Type | Description |
---|---|
AttributeMap |
FullName
Gets the member's full name.
Declaration
QualifiedName FullName { get; }
Property Value
Type | Description |
---|---|
QualifiedName |
Name
Gets the member's unqualified name.
Declaration
UnqualifiedName Name { get; }
Property Value
Type | Description |
---|---|
UnqualifiedName |