/** * {@inheritDoc} */ public virtual void SetAll(Net.Vpc.Upa.Record other, params string [] keys) { if (other != null) { SetAll(other.ToMap(), keys); } }
public virtual void SetAll(Net.Vpc.Upa.Record other) { if (other != null) { SetAll(other.ToMap()); } }