Table of Contents

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 string

ID of the category.

name string

Name of the category.

imageIndex int?

Image index of the category.

image Image

Image 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)

Parameters

id string

ID of the category.

name string

Name of the category.

displayName string

Displayed name of the category.

imageIndex int?

Image index of the category.

image Image

Image of the category.