ForwardingFileSystem constructor
ForwardingFileSystem(
- FileSystem delegate
Creates a new ForwardingFileSystem that forwards all methods and
properties to the specified delegate.
Implementation
ForwardingFileSystem(this.delegate);