Definition
Assembly: CloudNimble.DotNetDocs.Core.dll Namespace: CloudNimble.DotNetDocs.Core Inheritance: System.EnumSyntax
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. |