🎨Supported options in IReadOnlyFilesystem is better set as a property.

This commit is contained in:
2017-12-28 18:08:15 +00:00
parent c3609c6f77
commit ecd2db76a8
7 changed files with 18 additions and 28 deletions

View File

@@ -73,10 +73,8 @@ namespace DiscImageChef.Filesystems.UCSDPascal
return Errno.NotSupported;
}
public (string name, Type type, string description)[] ListOptions()
{
return new(string name, Type type, string description)[] { };
}
public IEnumerable<(string name, Type type, string description)> SupportedOptions =>
new(string name, Type type, string description)[] { };
static Dictionary<string, string> GetDefaultOptions()
{