Esempio n. 1
0
 /// <summary>
 /// Create a new instance with a default set of options.
 /// </summary>
 /// <param name="defaultOptions">The options instance to use for this file system instance.</param>
 protected DiscFileSystem(DiscFileSystemOptions defaultOptions)
 {
     _options = defaultOptions;
 }
Esempio n. 2
0
 /// <summary>
 /// Creates a new instance.
 /// </summary>
 protected DiscFileSystem()
 {
     _options = new DiscFileSystemOptions();
 }
 /// <summary>
 /// Initializes a new instance of the DiscFileSystem class.
 /// </summary>
 /// <param name="defaultOptions">The options instance to use for this file system instance.</param>
 protected DiscFileSystem(DiscFileSystemOptions defaultOptions)
 {
     Options = defaultOptions;
 }
 /// <summary>
 /// Initializes a new instance of the DiscFileSystem class.
 /// </summary>
 protected DiscFileSystem()
 {
     Options = new DiscFileSystemOptions();
 }
 /// <summary>
 /// Create a new instance with a default set of options.
 /// </summary>
 /// <param name="defaultOptions">The options instance to use for this file system instance.</param>
 protected ReadOnlyDiscFileSystem(DiscFileSystemOptions defaultOptions)
     : base(defaultOptions)
 {
 }
 /// <summary>
 /// Create a new instance with a default set of options.
 /// </summary>
 /// <param name="defaultOptions">The options instance to use for this file system instance.</param>
 protected ReadOnlyDiscFileSystem(DiscFileSystemOptions defaultOptions)
     : base(defaultOptions)
 {
 }