CSharpUtils.VirtualFileSystem.FileSystemFromPath.FileSystemFromPath C# (CSharp) Метод

FileSystemFromPath() публичный Метод

public FileSystemFromPath ( FileSystem ParentFileSystem, String AccessPath, bool AllowAccessingParent = false ) : System
ParentFileSystem FileSystem
AccessPath String
AllowAccessingParent bool
Результат System
		public FileSystemFromPath(FileSystem ParentFileSystem, String AccessPath, bool AllowAccessingParent = false)
			: base(ParentFileSystem)
		{
			this.AccessPath = AccessPath;
			this.AllowAccessingParent = AllowAccessingParent;
		}