Skip to main content

Definition

Assembly: CloudNimble.DotNetDocs.Core.dll Namespace: CloudNimble.DotNetDocs.Core Inheritance: System.Enum

Syntax

CloudNimble.DotNetDocs.Core.ReferenceType

Summary

Specifies the type of documentation reference.

Values

NameValueDescription
Unknown0Unknown or unrecognized reference type.
Type1Reference to a type (class, interface, struct, enum, delegate).
Field2Reference to a field or enum member.
Property3Reference to a property.
Method4Reference to a method.
Event5Reference to an event.
Namespace6Reference to a namespace.
External7External reference (URL).
Framework8Reference to a .NET Framework type.