ParameterImportConventionBuilder::Import<T> Method (Action<ImportConventionBuilder^>^)

.NET Framework (current version)
 

Imports the specified generic type by using the specified configuration.

Namespace:   System.Composition.Convention
Assembly:  System.Composition.Convention (in System.Composition.Convention.dll)

public:
generic<typename T>
T Import(
	Action<ImportConventionBuilder^>^ configure
)

Parameters

configure
Type: System::Action<ImportConventionBuilder^>^

The configuration for the import.

Return Value

Type: T

The imported instance.

Type Parameters

T

The type to import.

Return to top
Show: