VFSFileDeletedArgs.VFSFileDeletedArgs(VFSFilePath,string).md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.VFSFileDeletedArgs

VFSFileDeletedArgs(VFSFilePath, string) Constructor

Initializes a new instance of the VFSFileDeletedArgs class.

public VFSFileDeletedArgs(Atypical.VirtualFileSystem.Core.VFSFilePath path, string content);

Parameters

path VFSFilePath

The path of the deleted file.

content System.String

The content of the deleted file.

Contents

  1. 0.1Atypical.VirtualFileSystem.Core.VFSFileDeletedArgs
  2. 1VFSFileDeletedArgs(VFSFilePath, string) Constructor