Click or drag to resize

ExtensionMethodsGetDefaultMetadata Method (Type, String)

Gets the default metadata for the specified service.

Namespace:  TomsToolbox.Composition
Assembly:  TomsToolbox.Composition (in TomsToolbox.Composition.dll)
Syntax
public static IDictionary<string, Object?> GetDefaultMetadata(
	this Type serviceAndImplementationType,
	string? contractName = null
)

Parameters

serviceAndImplementationType
Type: SystemType
Type of the service and implementation.
contractName (Optional)
Type: SystemString
Optional name of the contract.

Return Value

Type: IDictionaryString, Object
The metadata dictionary

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also