Ejemplo n.º 1
0
        /// <summary>
        /// Add an enumerable collection as keys.
        /// </summary>
        public void Add(TValue value, System.Collections.Generic.IEnumerable <TKey> keys)
        {
            ArrayRig <TKey> rig = new ArrayRig <TKey>();

            rig.AddCollection(keys);
            Add(value, rig);
        }