IL_CloneModifyDelegates Method (Object, IL_Clone) |
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 public static void ModifyDelegates(
Object obj,
IL_Clone il_clone
)
Parameters
- obj
- Type: SystemObject
Source delegate to make modification. - il_clone
- Type: FinAnalysis.BaseIL_Clone
IL_Clone - class contain temp collections needed to perform copy operations.
See Also