コード例 #1
0
 /// <summary>
 /// Registers new file systems with an instance of this class.
 /// </summary>
 /// <param name="factory">The detector for the new file systems</param>
 public void RegisterFileSystems(VfsFileSystemFactory factory)
 {
     _factories.Add(factory);
 }
コード例 #2
0
 /// <summary>
 /// Registers new file systems with an instance of this class.
 /// </summary>
 /// <param name="factory">The detector for the new file systems.</param>
 public void RegisterFileSystems(VfsFileSystemFactory factory)
 {
     _factories.Add(factory);
 }