C# 클래스 NSwag.CodeGeneration.Commands.Documents.CreateDocumentCommand

Creates a new document.
상속: NSwag.Commands.Document.CreateDocumentCommandBase
파일 보기 프로젝트 열기: NSwag/NSwag

보호된 메소드들

메소드 설명
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