The ICopyable type exposes the following members.
Methods
Name | Description | |
---|---|---|
Copy<(Of <<'(T>)>>) |
Returns a copy of the current object, including
all relevent fields/properties, resulting in a
semantically equivalent copy of the object.
(which consequently passes an object.Equals(obj1, obj2)
test).
| |
CopyFrom |
Copies all relevant fields/properties from
the target object to the current one.
|