/// <summary> /// Clone this instance /// </summary> public MkaBatInfo Clone() { MkaBatInfo ret = (MkaBatInfo)this.MemberwiseClone(); return(ret); }