make a struct readonly, and private
This commit is contained in:
parent
216580f693
commit
3174a676f5
|
@ -25,7 +25,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
LegacyMovieFile
|
||||
}
|
||||
|
||||
public struct FileInformation
|
||||
private readonly struct FileInformation
|
||||
{
|
||||
public string DirectoryName { get; }
|
||||
public string FileName { get; }
|
||||
|
|
Loading…
Reference in New Issue