Table of Contents

Method HasDocument

Namespace
Alternet.Syntax.Parsers.TypeScript
Assembly
Alternet.Syntax.Parsers.TypeScript.v9.dll

HasDocument(string)

When implemented by a class, indicates whether TypeScript project has document specified.

bool HasDocument(string fileName)

Parameters

fileName string

File name of the document.

Returns

bool

True if project contains given document; otherwise false.