コード例 #1
0
        public virtual object Clone()
        {
            HealthGuides other = (HealthGuides)this.MemberwiseClone();

            return(other);
        }
コード例 #2
0
 public HealthEnginePrototype(HealthGuides currentGuides)
 {
     __guides = currentGuides.Clone() as HealthGuides;
 }