Table of Contents

Class DefinitionInfo

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

Represents single definition.

public class DefinitionInfo
Inheritance
DefinitionInfo
Derived

Constructors

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

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

Properties

ContainerKind

Gets definition container kind.

ContainerName

Gets definition container name.

FileName

Gets file name containing definition.

Kind

Gets definition kind.

Name

Gets name of the definition.

TextSpan

Gets span of the definition.