Click or drag to resize

MetadataAdapter Constructor

Initializes a new instance of the MetadataAdapter class.

Namespace: TomsToolbox.Composition
Assembly: TomsToolbox.Composition (in TomsToolbox.Composition.dll) Version: 2.20.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public MetadataAdapter(
	IDictionary<string, Object?> metadata
)

Parameters

metadata  IDictionaryString, Object
The metadata.
See Also