Injector Delegate
The function to inject a value to an instance.
C#
public delegate void Injector(object instance, object value) : MulticastDelegate
- Inheritance
The function to inject a value to an instance.
public delegate void Injector(object instance, object value) : MulticastDelegate