Table of Contents

Class InstanceCompletionType

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

Represents the type for a instance completion.

public class InstanceCompletionType : CompletionType
Inheritance
InstanceCompletionType
Inherited Members

Properties

DisplayText

Gets the display text.

public override string DisplayText { get; }

Property Value

string

Icon

Gets the icon.

public override Uri Icon { get; }

Property Value

Uri