Click or drag to resize

RegistrationExtensionsRegisterMetadataRegistrationSources Method

Registers the LazyWithMetadataRegistrationSource and StronglyTypedMetadataRegistrationSource registration sources.

Namespace:  Autofac.Integration.Mef
Assembly:  Autofac.Integration.Mef (in Autofac.Integration.Mef.dll) Version: 6.0.0+4280ac7e7f34f8dcbf61bbdf820a070216e453fc
Syntax
public static void RegisterMetadataRegistrationSources(
	this ContainerBuilder builder
)

Parameters

builder
Type: AutofacContainerBuilder
The container builder.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ContainerBuilder. 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