Table of Contents

Class ParameterCompletionType

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

Represents the type for a parameter completion.

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