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

# ReferenceType

> Specifies the type of documentation reference.

## Definition

**Assembly:** CloudNimble.DotNetDocs.Core.dll

**Namespace:** CloudNimble.DotNetDocs.Core

**Inheritance:** System.Enum

## Syntax

```csharp theme={"dark"}
CloudNimble.DotNetDocs.Core.ReferenceType
```

## Summary

Specifies the type of documentation reference.

## Values

| Name        | Value | Description                                                     |
| ----------- | ----- | --------------------------------------------------------------- |
| `Unknown`   | 0     | Unknown or unrecognized reference type.                         |
| `Type`      | 1     | Reference to a type (class, interface, struct, enum, delegate). |
| `Field`     | 2     | Reference to a field or enum member.                            |
| `Property`  | 3     | Reference to a property.                                        |
| `Method`    | 4     | Reference to a method.                                          |
| `Event`     | 5     | Reference to an event.                                          |
| `Namespace` | 6     | Reference to a namespace.                                       |
| `External`  | 7     | External reference (URL).                                       |
| `Framework` | 8     | Reference to a .NET Framework type.                             |
