Table of Contents

Property DefaultCategoriesIncludedInFilterPredicate

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.v9.dll

DefaultCategoriesIncludedInFilterPredicate

Gets or sets a function which determines default categories to be displayed in the code completion box.

public Predicate<CodeCompletionCategory> DefaultCategoriesIncludedInFilterPredicate { get; set; }

Property Value

Predicate<CodeCompletionCategory>