Click or drag to resize

CloningUpdateDelegate Method

Update delegate targets such using mapping from old targets to new targets.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public static void UpdateDelegate(
	ref Delegate fn,
	Dictionary<Object, Object> map
)

Parameters

fn
Type: SystemDelegate
Delegate to make change.
map
Type: System.Collections.GenericDictionaryObject, Object
Map from old target to new target.
See Also