Enum SymbolKind
Namespace: Microsoft.CodeAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public enum SymbolKind
Fields
| Name | Description |
|---|---|
| Alias | |
| ArrayType | |
| Assembly | |
| Discard | |
| DynamicType | |
| ErrorType | |
| Event | |
| Field | |
| FunctionPointerType | |
| Label | |
| Local | |
| Method | |
| NamedType | |
| Namespace | |
| NetModule | |
| Parameter | |
| PointerType | |
| Preprocessing | |
| Property | |
| RangeVariable | |
| TypeParameter |