Click or drag to resize

ExportConfigurationBuilderAsNamedTExportedValue Method

Export the component under named contract name.

Namespace:  Autofac.Integration.Mef
Assembly:  Autofac.Integration.Mef (in Autofac.Integration.Mef.dll) Version: 6.0.0+4280ac7e7f34f8dcbf61bbdf820a070216e453fc
Syntax
public ExportConfigurationBuilder AsNamed<TExportedValue>(
	string name
)

Parameters

name
Type: SystemString
Contract name.

Type Parameters

TExportedValue
Exported value type.

Return Value

Type: ExportConfigurationBuilder
Builder for additional configuration.
See Also