Click or drag to resize

ExportConfigurationBuilderAsTContract Method

Export the component under typed contract TContract.

Namespace:  Autofac.Integration.Mef
Assembly:  Autofac.Integration.Mef (in Autofac.Integration.Mef.dll) Version: 6.0.0+4280ac7e7f34f8dcbf61bbdf820a070216e453fc
Syntax
public ExportConfigurationBuilder As<TContract>()

Type Parameters

TContract
Contract type.

Return Value

Type: ExportConfigurationBuilder
Builder for additional configuration.
See Also