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

Creates a new document.
Inheritance: NSwag.Commands.Document.CreateDocumentCommandBase
Afficher le fichier Open project: NSwag/NSwag

Méthodes protégées

Méthode Description
CreateDocumentAsync ( string filePath ) : System.Threading.Tasks.Task

Creates a new document in the given path.

Method Details

CreateDocumentAsync() protected méthode

Creates a new document in the given path.
protected CreateDocumentAsync ( string filePath ) : System.Threading.Tasks.Task
filePath string The file path.
Résultat System.Threading.Tasks.Task