Пример #1
0
 protected override IStoryCommand CloneCommand()
 {
     HashtableSetCommand cmd = new HashtableSetCommand();
     cmd.m_Var = m_Var.Clone();
     cmd.m_Key = m_Key.Clone();
     cmd.m_Value = m_Value.Clone();
     return cmd;
 }
        public override IStoryCommand Clone()
        {
            HashtableSetCommand cmd = new HashtableSetCommand();

            cmd.m_Var   = m_Var.Clone();
            cmd.m_Key   = m_Key.Clone();
            cmd.m_Value = m_Value.Clone();
            return(cmd);
        }