Creator Property
Creator
Gets or sets the service creator.
Declaration
public Func<TService> Creator { get; set; }
Property Value
Func<TService> |
Remarks
Do not set the creator after the service has been created, as that could have unspecified consequences.