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

# MemberType

> Enumeration of member types in XML documentation.

## Definition

**Assembly:** CloudNimble.EasyAF.XmlDocumentation.dll

**Namespace:** CloudNimble.EasyAF.XmlDocumentation

**Inheritance:** System.Enum

## Syntax

```csharp theme={"dark"}
CloudNimble.EasyAF.XmlDocumentation.MemberType
```

## 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.                                       |
