Table of Contents

Interface IDefinitionsResult

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

Interface describes the result of "Go To Definition" command.

public interface IDefinitionsResult

Properties

Definitions

Gets definitions.

IEnumerable<IDefinition> Definitions { get; }

Property Value

IEnumerable<IDefinition>

ReferncedItem

Gets the name of the item.

string ReferncedItem { get; }

Property Value

string