Click or drag to resize

ExportConfigurationBuilderWithMetadata Method (IEnumerableKeyValuePairString, Object)

Add metadata to the export.

Namespace:  Autofac.Integration.Mef
Assembly:  Autofac.Integration.Mef (in Autofac.Integration.Mef.dll) Version: 6.0.0+4280ac7e7f34f8dcbf61bbdf820a070216e453fc
Syntax
public ExportConfigurationBuilder WithMetadata(
	IEnumerable<KeyValuePair<string, Object>> metadata
)

Parameters

metadata
Type: System.Collections.GenericIEnumerableKeyValuePairString, Object
Metadata.

Return Value

Type: ExportConfigurationBuilder
Builder for additional configuration.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if metadata is .
See Also