Table of Contents

Enum Fragment.NavigationKind

Namespace
Dassie.Text
Assembly
dstx.dll

Specifies the type of a navigation target.

public enum Fragment.NavigationKind : byte
Extension Methods

Fields

Constructor = 4

A constructor.

Default = 0

Chooses the most fitting navigation kind based on fragment color.

Field = 5

A field.

Function = 2

A function.

Local = 1

A local variable.

Type = 3

A type.