ChangeHistory.AddChange(VFSEventArgs).md
June 4, 2025 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.ChangeHistory
ChangeHistory.AddChange(VFSEventArgs) Method
Adds a change to the history.
public void AddChange(Atypical.VirtualFileSystem.Core.VFSEventArgs change);
Parameters
change VFSEventArgs
The change to add.
Implements AddChange(VFSEventArgs)