CxComponent
Description
- Derived from
-
CxNode abstract
ICxAttributesContainer
ICxXmlDocContainer
ICxModifiersContainer - Extended by
-
CxDeclaration abstract
CxMember abstract
Abstract base for classes that represent a type or member declaration with documentation, attributes and modifiers:
/// <summary> /// Documentation /// </summary> [Attribute1, Attribute2(a, b, c)] ...
- See also