8 lines
189 B
C#
8 lines
189 B
C#
namespace View_by_Distance.Shared.Models.Properties;
|
|
|
|
public interface IMetadataFileCollection
|
|
{
|
|
|
|
public Dictionary<string, List<KeyValuePair<string, string>>> Values { get; }
|
|
|
|
} // ... |