Table of Contents

Class SymbolDisplayPart

Namespace
Alternet.Common.TypeScript.Types
Assembly
Alternet.Common.TypeScript.v9.dll

A single element of a symbol description. For example, a keyword, a punctuation character or a class name.

public class SymbolDisplayPart
Inheritance
SymbolDisplayPart
Extension Methods

Constructors

SymbolDisplayPart(string, SymbolDisplayPartKind)

Initializes a new instance of the SymbolDisplayPart class with specified parameters.

Properties

Kind

Gets the kind of this display part.

Text

Gets text associated with this display part.

Methods

ToString()

Returns the string that represents current SymbolDisplayPart object.