make a struct readonly, and private

This commit is contained in:
adelikat 2020-05-23 10:18:20 -05:00
parent 216580f693
commit 3174a676f5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace BizHawk.Client.EmuHawk
LegacyMovieFile
}
public struct FileInformation
private readonly struct FileInformation
{
public string DirectoryName { get; }
public string FileName { get; }