> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Summary of the CloudNimble.EasyAF.XmlDocumentation Namespace

## Types

### <Icon icon="file-brackets-curly" iconType="duotone" color="#E0EC32" size={24} style={{ paddingRight: '8px' }} /> Classes

| Name                                                                                                    | Summary                                                                            |
| ------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [AssemblyXmlDocumentation](/api-reference/CloudNimble/EasyAF/XmlDocumentation/AssemblyXmlDocumentation) | Represents the root XML documentation structure for a .NET assembly.               |
| [XmlCodeBlockElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlCodeBlockElement)           | Represents a code block XML documentation element.                                 |
| [XmlCodeElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlCodeElement)                     | Represents an inline code XML documentation element.                               |
| [XmlDocumentationElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlDocumentationElement)   | Represents a base XML documentation element with common properties.                |
| [XmlExampleElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlExampleElement)               | Represents an example XML documentation element.                                   |
| [XmlExceptionElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlExceptionElement)           | Represents an exception XML documentation element.                                 |
| [XmlGenericElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlGenericElement)               | Represents a generic XML documentation element for unrecognized tags.              |
| [XmlListElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlListElement)                     | Represents a list XML documentation element.                                       |
| [XmlMember](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlMember)                               | Represents a documented member from XML documentation.                             |
| [MemberType](/api-reference/CloudNimble/EasyAF/XmlDocumentation/MemberType)                             | Enumeration of member types in XML documentation.                                  |
| [XmlParagraphElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlParagraphElement)           | Represents a paragraph XML documentation element.                                  |
| [XmlParameterElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlParameterElement)           | Represents a parameter XML documentation element.                                  |
| [XmlParamRefElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlParamRefElement)             | Represents a paramref XML documentation element for parameter references.          |
| [XmlPermissionElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlPermissionElement)         | Represents a permission XML documentation element.                                 |
| [XmlRemarksElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlRemarksElement)               | Represents a remarks XML documentation element.                                    |
| [XmlReturnsElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlReturnsElement)               | Represents a returns XML documentation element.                                    |
| [XmlSeeAlsoElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlSeeAlsoElement)               | Represents a seealso XML documentation element for related references.             |
| [XmlSeeElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlSeeElement)                       | Represents a see XML documentation element for cross-references.                   |
| [XmlSummaryElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlSummaryElement)               | Represents a summary XML documentation element.                                    |
| [XmlTypeParameterElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlTypeParameterElement)   | Represents a type parameter XML documentation element.                             |
| [XmlTypeParamRefElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlTypeParamRefElement)     | Represents a typeparamref XML documentation element for type parameter references. |
| [XmlValueElement](/api-reference/CloudNimble/EasyAF/XmlDocumentation/XmlValueElement)                   | Represents a value XML documentation element for properties.                       |

### <Icon icon="list-ol" iconType="duotone" color="#E0EC32" size={24} style={{ paddingRight: '8px' }} /> Enums

| Name                                                                        | Summary                                           |
| --------------------------------------------------------------------------- | ------------------------------------------------- |
| [MemberType](/api-reference/CloudNimble/EasyAF/XmlDocumentation/MemberType) | Enumeration of member types in XML documentation. |
