ServiceDescriptor.ImplementationFactory Property

Definition

Gets the factory used for creating service instances.

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

Property Value

Applies to