Click or drag to resize

IL_Clone Class

Contains cloning logic.
Inheritance Hierarchy
SystemObject
  FinAnalysis.BaseIL_Clone

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public class IL_Clone

The IL_Clone type exposes the following members.

Constructors
  NameDescription
Public methodIL_Clone
Initializes a new instance of the IL_Clone class
Top
Properties
  NameDescription
Public propertyItem
Get destination by source as key.
Top
Methods
  NameDescription
Public methodAdd
Add source-destination object pair.
Public methodConstruct
Constructs object of designated type.
Public methodContainsKey
Returns true if container contains key as source object.
Public methodCopy(Object, Object)
Performs copy from source to destination.
Public methodStatic memberCopy(Object, Object, IL_Clone)
Performs copy from source to destination.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberModify
Modifies delegate. Substitutes all references from map to mapped values.
Public methodModifyDelegates(Object)
Modify delegates in destination object.
Public methodStatic memberModifyDelegates(Object, IL_Clone)
Modifies delegate. Substitutes all references from map to mapped values.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also