예제 #1
0
 public Task <IDocument> CreateDocumentAsync(string name, CancellationToken ct) =>
 chainedFileSystem.CreateDocumentAsync(this, name, ct);