public override Object Clone() { BeginRecord br = new BeginRecord(); // No data so nothing to copy return(br); }
public override Object Clone() { BeginRecord br = new BeginRecord(); // No data so nothing to copy return br; }