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