Table of Contents

Constructor OutliningSpan

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

OutliningSpan(string, TextSpan)

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

public OutliningSpan(string displayName, TextSpan span)

Parameters

displayName string

Specifies text substituting collapsed outline section.

span TextSpan

Location within the source code.