Constructor CodeCompletionCategory
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v10.dll
CodeCompletionCategory(string, string, int?, IDisposable)
Initializes a new instance of the CodeCompletionCategory class with specified parameters.
public CodeCompletionCategory(string id, string name, int? imageIndex, IDisposable image)
Parameters
idstringID of the category.
namestringName of the category.
imageIndexint?Image index of the category.
imageIDisposableImage of the category.
CodeCompletionCategory(string, string, string, int?, IDisposable)
Initializes a new instance of the CodeCompletionCategory class with specified parameters.
public CodeCompletionCategory(string id, string name, string displayName, int? imageIndex, IDisposable image)
Parameters
idstringID of the category.
namestringName of the category.
displayNamestringDisplayed name of the category.
imageIndexint?Image index of the category.
imageIDisposableImage of the category.