Table of Contents

Interface INamesProvider

Namespace
Loehnert.Lisrt.Scripting.Editor.File.IntelliSense
Assembly
Loehnert.Lisrt.Scripting.dll

Represents a interface for a provider for the named items. (e.g. classes, methods, properties ...)

public interface INamesProvider

Methods

GetNames(IIntelliSenseContext)

Gets the names defined in context.

Task<INameResult> GetNames(IIntelliSenseContext context)

Parameters

context IIntelliSenseContext

Context to find the names.

Returns

Task<INameResult>

The names defined in the context.