C# Class NSwag.CodeGeneration.Commands.Documents.ExecuteDocumentCommand

Executes a document.
Inheritance: NSwag.Commands.Document.ExecuteDocumentCommandBase
ファイルを表示 Open project: NSwag/NSwag

Protected Methods

Method Description
LoadDocumentAsync ( string filePath ) : Task

Loads an existing NSwagDocument.

Method Details

LoadDocumentAsync() protected method

Loads an existing NSwagDocument.
protected LoadDocumentAsync ( string filePath ) : Task
filePath string The file path.
return Task