Documentation Index
Fetch the complete documentation index at: https://easyaf.dev/llms.txt
Use this file to discover all available pages before exploring further.
Definition
Assembly: CloudNimble.EasyAF.XmlDocumentation.dll Namespace: CloudNimble.EasyAF.XmlDocumentation Inheritance: System.EnumSyntax
Summary
Enumeration of member types in XML documentation.Values
| Name | Value | Description |
|---|---|---|
Unknown | 0 | Unknown member type. |
Type | 1 | Type (class, interface, struct, enum, delegate). |
Method | 2 | Method or constructor. |
Property | 3 | Property or indexer. |
Field | 4 | Field or constant. |
Event | 5 | Event. |
Namespace | 6 | Namespace. |