Overload List
| Name | Description | |
|---|---|---|
| AddTag(MetadataTag) |
Adds new tag to the bitmap or updates its value in case it already exists.
Key will be used as key.
| |
| AddTag(IEnumerable<(Of <(MetadataTag>)>)) |
Adds a list of tags to the bitmap or updates their values in case they already exist.
Key will be used as key.
|