Constructor CodeCompletionCategory
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
CodeCompletionCategory(string, string, int?, Image)
Initializes a new instance of the CodeCompletionCategory
class with specified parameters.
public CodeCompletionCategory(string id, string name, int? imageIndex, Image image)
Parameters
id
stringID of the category.
name
stringName of the category.
imageIndex
int?Image index of the category.
image
ImageImage of the category.
CodeCompletionCategory(string, string, string, int?, Image)
Initializes a new instance of the CodeCompletionCategory
class with specified parameters.
public CodeCompletionCategory(string id, string name, string displayName, int? imageIndex, Image image)