Represents the root directory of the virtual file system.
public record RootNode : Atypical.VirtualFileSystem.Core.DirectoryNode, Atypical.VirtualFileSystem.Core.Contracts.IRootNode, Atypical.VirtualFileSystem.Core.Contracts.IDirectoryNode, Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystemNode, System.IEquatable<Atypical.VirtualFileSystem.Core.RootNode>Inheritance System.Object 🡒 VFSNode 🡒 DirectoryNode 🡒 RootNode
Implements IRootNode, IDirectoryNode, IVirtualFileSystemNode, System.IEquatable<RootNode>
| Constructors | |
|---|---|
| RootNode() | Initializes a new instance of the RootNode class. |
| Methods | |
|---|---|
| ToString() | Returns a string that represents the current object. For RootNode this is always the constant string <cref see="ROOT_PATH" />. |