IBinaryFileNode.SetBinaryContent(byte[]).md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.IBinaryFileNode
IBinaryFileNode.SetBinaryContent(byte[]) Method
Sets the content from binary data.
void SetBinaryContent(byte[] binaryContent);
Parameters
binaryContent System.Byte[]
The binary content to set.