VFSIndex.TryAdd(VFSPath,IVirtualFileSystemNode).md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.VFSIndex

VFSIndex.TryAdd(VFSPath, IVirtualFileSystemNode) Method

Tries to add the specified node to the index.

public bool TryAdd(Atypical.VirtualFileSystem.Core.VFSPath pathValue, Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystemNode node);

Parameters

pathValue VFSPath

node IVirtualFileSystemNode

Returns

System.Boolean

Contents

  1. 0.1Atypical.VirtualFileSystem.Core.VFSIndex
  2. 1VFSIndex.TryAdd(VFSPath, IVirtualFileSystemNode) Method