VFSFileCreatedArgs.VFSFileCreatedArgs(VFSFilePath,string).md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.VFSFileCreatedArgs

VFSFileCreatedArgs(VFSFilePath, string) Constructor

Initializes a new instance of the VFSFileCreatedArgs class.

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

Parameters

path VFSFilePath

The path of the created file.

content System.String

The content of the created file.

Contents

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