Example #1
0
 private void TryGetOldColName(TColKey colKey, out TColKey oldColKey)
 {
     NewKeyToOldKey.TryGetValue(colKey, out oldColKey);
 }
Example #2
0
 private bool TryGetOldColName(TColKey colKey, out TColKey oldColKey)
 {
     return(NewKeyToOldKey.TryGetValue(colKey, out oldColKey));
 }