ContactID.copy constructor

ContactID.copy(
  1. ContactID c
)

Implementation

ContactID.copy(ContactID c) {
  set(c);
}