Table of Contents

Class ClassCompletionType

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

Represents the type for a class completion.

public class ClassCompletionType : CompletionType
Inheritance
ClassCompletionType
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