Class ClassifiedSpan
- Namespace
- Alternet.Common.TypeScript.Types
- Assembly
- Alternet.Common.TypeScript.v9.dll
Represents syntax information related to the single TypeScript syntax token.
public class ClassifiedSpan
- Inheritance
-
ClassifiedSpan
Constructors
- ClassifiedSpan(ClassifiedTypeName, TextSpan)
Initializes a new instance of the
ClassifiedSpan
class with specified parameters.
Properties
- ClassificationType
Gets classified type name of this span.
- Span
Gets extent of text related to this span.