Exemplo n.º 1
0
        public object Clone()
        {
            ISOHeader h = new ISOHeader();
            if (_header != null)
                h._header = _header;

            return h;
        }
Exemplo n.º 2
0
        public object Clone()
        {
            ISOHeader h = new ISOHeader();

            if (_header != null)
            {
                h._header = _header;
            }

            return(h);
        }