ServiceDescriptor.KeyedImplementationFactory Property

Definition

Gets the factory used for creating Keyed service instances.

public:
 property Func<IServiceProvider ^, System::Object ^, System::Object ^> ^ KeyedImplementationFactory { Func<IServiceProvider ^, System::Object ^, System::Object ^> ^ get(); };
public Func<IServiceProvider,object?,object>? KeyedImplementationFactory { get; }
member this.KeyedImplementationFactory : Func<IServiceProvider, obj, obj>
Public ReadOnly Property KeyedImplementationFactory As Func(Of IServiceProvider, Object, Object)

Property Value

Applies to