mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Code style fixes.
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Aaru.CommonTypes.Interfaces
|
||||
IEnumerable<MediaType> SupportedMediaTypes { get; }
|
||||
/// <summary>Retrieves a list of options supported by the filesystem, with name, type and description</summary>
|
||||
IEnumerable<(string name, Type type, string description, object @default)> SupportedOptions { get; }
|
||||
/// <summary>Gets a list of known extensions for format auto-chosing</summary>
|
||||
/// <summary>Gets a list of known extensions for format auto-choosing</summary>
|
||||
IEnumerable<string> KnownExtensions { get; }
|
||||
|
||||
bool IsWriting { get; }
|
||||
|
||||
Reference in New Issue
Block a user