ParameterImportConventionBuilder::Import<T> Method (Action<ImportConventionBuilder^>^)
.NET Framework (current version)
Imports the specified generic type by using the specified configuration.
Assembly: System.Composition.Convention (in System.Composition.Convention.dll)
Parameters
- configure
-
Type:
System::Action<ImportConventionBuilder^>^
The configuration for the import.
Return Value
Type: TThe imported instance.
Type Parameters
- T
The type to import.
Show: