public MetadataEntry(MetadataKey key, TagDataType type, byte[] data) : this(key.Section, key.TagId, type, data) { }
public void Remove(MetadataKey key) { this.exifMetadata.RemoveAll(p => p.Section == key.Section && p.TagId == key.TagId); }