public object Clone() { ISOHeader h = new ISOHeader(); if (_header != null) h._header = _header; return h; }
public object Clone() { ISOHeader h = new ISOHeader(); if (_header != null) { h._header = _header; } return(h); }