DeclarationKind Enum

Definition

public enum class DeclarationKind
public enum DeclarationKind
type DeclarationKind = 
Public Enum DeclarationKind
Inheritance
DeclarationKind

Fields

AddAccessor 26
Attribute 22
Class 2

Represents a class declaration, including record class declarations in C#.

CompilationUnit 1
Constructor 10
ConversionOperator 9
CustomEvent 17
Delegate 6
Destructor 11
Enum 5
EnumMember 15
Event 16
Field 12
GetAccessor 24
Indexer 14
Interface 4
LambdaExpression 23
Method 7
Namespace 18
NamespaceImport 19
None 0
Operator 8
Parameter 20
Property 13
RaiseAccessor 28
RecordClass 29
RemoveAccessor 27
SetAccessor 25

Represents set accessor declaration of a property, including init accessors in C#.

Struct 3

Represents a struct declaration, including record struct declarations in C#.

Variable 21

Applies to