Method InjectProperties
InjectProperties(object?)
Invoked by the injection service. Implementation for services injected into an object at runtime.
void InjectProperties(object? instance)
Parameters
instanceobjectThe instance to inject.
Invoked by the injection service. Implementation for services injected into an object at runtime.
void InjectProperties(object? instance)
instance objectThe instance to inject.