public enum KindOfCompletionItem : System.Enum
public enum KindOfCompletionItem : System.Enum
| Member | Description | 
|---|---|
| DomainField | DomainField | 
| Keyword | Keyword | 
| MethodWithoutParameter | MethodWithoutParameter | 
| MethodWithParameter | MethodWithParameter | 
| NoSuggestions | NoSuggestions | 
| Operator | Operator | 
| Property | Property | 
| ProposedVariableName | ProposedVariableName | 
| SeveralKeywords | SeveralKeywords | 
| TypeClass | TypeClass | 
| TypeClassGeneric | TypeClassGeneric | 
| TypeDelegate | TypeDelegate | 
| TypeDelegateGeneric | TypeDelegateGeneric | 
| TypeEnumeration | TypeEnumeration | 
| TypeInterface | TypeInterface | 
| TypeStructure | TypeStructure | 
| TypeStructureGeneric | TypeStructureGeneric | 
| Variable | Variable | 
System.Object
   System.ValueType
      System.Enum
         NDepend.CodeQuery.KindOfCompletionItem
Target Platforms: Windows 11, 10, 8, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed