ForwardingFileSystem constructor

ForwardingFileSystem(
  1. FileSystem delegate
)

Creates a new ForwardingFileSystem that forwards all methods and properties to the specified delegate.

Implementation

ForwardingFileSystem(this.delegate);