예제 #1
0
        protected V SetValueForEntry(Tuple3KeyEntry <Key1, Key2, Key3, V> entry, V value)
        {
            V oldValue = entry.GetValue();

            entry.SetValue(value);
            return(oldValue);
        }