Click or drag to resize

IL_CloneModify Method

Modifies delegate. Substitutes all references from map to mapped values.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public static void Modify(
	ref Delegate fn,
	IL_Clone il_clone
)

Parameters

fn
Type: SystemDelegate
Source delegate to make modification.
il_clone
Type: FinAnalysis.BaseIL_Clone
IL_Clone - class contain temp collections needed to perform copy operations.
See Also