Name |
Description |
AttributeElement |
Attribute code element. |
AttributedElement |
Represents a code element that can have attributes. |
CodeElement |
Code element base class. |
CommentElement |
Comment line implementation. |
CommentedElement |
Code element base class for elements with header comments. |
ConditionDirectiveElement |
Code element for conditional preprocessor directives. |
ConstructorElement |
Constructor element. |
DelegateElement |
Delegate element. |
ElementUtilities |
Element utility methods. |
EventElement |
Event element. |
FieldElement |
Field code element. |
GroupElement |
Element used to logically group other elements. |
InterfaceMemberElement |
Base class for interface member elements. |
InterfaceReference |
Interface implementation definition for type and member references to interfaces and interface members. |
MemberElement |
Member code element. |
MethodElement |
Method element. |
NamespaceElement |
Code namespace element. |
PropertyElement |
Property element. |
RegionElement |
Region element. |
TextCodeElement |
Code element base class with text. |
TypeElement |
Class/struct code element. |
TypeParameter |
Type parameter definition for generic types. |
UsingElement |
Represents a using/import statement within code. |