IMetadataDictionaryTTag, TEntrySet Method

Sets the value for the specified tag in this dictionary.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
void Set(
	TTag tag,
	Object value
)

Parameters

tag  TTag
The tag.
value  Object
The value.

See Also