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

Executes a document.
Inheritance: NSwag.Commands.Document.ExecuteDocumentCommandBase
Afficher le fichier Open project: NSwag/NSwag

Méthodes protégées

Méthode Description
LoadDocumentAsync ( string filePath ) : Task

Loads an existing NSwagDocument.

Method Details

LoadDocumentAsync() protected méthode

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