Table of Contents

Property GetImageListIndexFunc

Namespace
Alternet.Scripter.Debugger.UI.Wpf.Evaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.UI.Wpf.v10.dll

GetImageListIndexFunc

Represent a callback method is used to retrieve the index value of the image according to the given symbol kind.

public Func<SymbolKind, int> GetImageListIndexFunc { get; }

Property Value

Func<SymbolKind, int>