CopyFrom Method (IC1Cloneable)
Copies the properties of the object into the instance class that this method is called from.
void CopyFrom(
System.object
)
'Declaration
Sub CopyFrom( _
ByVal As System.Object _
)
Parameters
- copyFrom
- An object that represents the properties to copy.