GeneratedKind Enum

Definition

public enum GeneratedKind
type GeneratedKind = 
Public Enum GeneratedKind
Inheritance
GeneratedKind

Fields

MarkedGenerated 2

The SyntaxTree is marked as automatically generated.

NotGenerated 1

The SyntaxTree is not automatically generated.

Unknown 0

It is unknown if the SyntaxTree is automatically generated.

Applies to