Ejemplo n.º 1
0
        // ------------------------------------------
        // MUTATORS
        // ------------------------------------------

        #region Mutators

        /// <summary>
        /// Adds the specified named data item.
        /// </summary>
        /// <param name="item">The item to consider.</param>
        /// <returns>Returns true if the specified item has been added.</returns>
        public IScriptVariableSet SetValue(IStoredDataItem item)
        {
            return(SetValue(item.Key(), item));
        }