Table of Contents

Interface INameResult

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

Represents an interface for a result that contains names of a code file.

public interface INameResult

Properties

CurrentName

Gets the name at the current position.

IName CurrentName { get; }

Property Value

IName

Names

Gets the defined names.

IEnumerable<IName> Names { get; }

Property Value

IEnumerable<IName>