The ICopyable type exposes the following members.

Methods

  NameDescription
Public methodCopy<(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).
Public methodCopyFrom
Copies all relevant fields/properties from the target object to the current one.

See Also