Table of Contents

Constructor DefinitionInfo

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

DefinitionInfo(string, TextSpan, ScriptElementKind, string, ScriptElementKind, string)

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

public DefinitionInfo(string fileName, TextSpan textSpan, ScriptElementKind kind, string name, ScriptElementKind containerKind, string containerName)

Parameters

fileName string

File name containing definition.

textSpan TextSpan

Span of the definition.

kind ScriptElementKind

Definition kind.

name string

Name of the definition.

containerKind ScriptElementKind

Definition container kind.

containerName string

Definition container name.