C# Класс NSwag.CodeGeneration.Commands.Documents.CreateDocumentCommand

Creates a new document.
Наследование: NSwag.Commands.Document.CreateDocumentCommandBase
Показать файл Открыть проект

Защищенные методы

Метод Описание
CreateDocumentAsync ( string filePath ) : System.Threading.Tasks.Task

Creates a new document in the given path.

Описание методов

CreateDocumentAsync() защищенный Метод

Creates a new document in the given path.
protected CreateDocumentAsync ( string filePath ) : System.Threading.Tasks.Task
filePath string The file path.
Результат System.Threading.Tasks.Task