Click or drag to resize

IL_Clone Methods

The IL_Clone type exposes the following members.

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