DelegateTarget class DelegateTarget Documentation Code public FieldInfo[] Fields { get; } public object Target { get; } public Type TargetType { get; } public DelegateTarget(FieldInfo[] fields, Type targetType, object target)