1 type derived from ExportFactory
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ExportFactoryOfTTMetadata.cs (1)
6
public class ExportFactory<T, TMetadata> :
ExportFactory
<T>
1 reference to ExportFactory
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ReflectionModel\ImportType.cs (1)
16
private static readonly Type ExportFactoryOfTType = typeof(
ExportFactory
<>);