IFileNode.Content.md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.Contracts.IFileNode

IFileNode.Content Property

Gets the content of the file as a string. The encoding is in UTF-8.

string Content { get; set; }

Property Value

System.String

Contents

  1. 0.1Atypical.VirtualFileSystem.Core.Contracts.IFileNode
  2. 1IFileNode.Content Property