示例#1
0
 /// <summary>
 /// Modifies the current key, see <see cref="CompositeKey.Modify"/>.
 /// </summary>
 public void UpdateKey(string KeyName, object KeyValue)
 {
     CurrentKey = CurrentKey.Modify(KeyName, KeyValue);
     this.CurrentKeyHistory.Add(CurrentKey);
 }