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)
Syntax
public MetadataAdapter(
	IDictionary<string, Object?> metadata
)

Parameters

metadata
Type: System.Collections.GenericIDictionaryString, Object
The metadata.
See Also