10 lines
248 B
C#
10 lines
248 B
C#
namespace View_by_Distance.Shared.Models.Stateless.Methods;
|
|
|
|
internal abstract class MetadataFileCollection
|
|
{
|
|
|
|
internal static Dictionary<string, List<KeyValuePair<string, string>>> GetDefaultValue() => []; // {{1}}SingletonValue
|
|
|
|
// ...
|
|
|
|
} |