Пример #1
0
 public static new string AppendToKey <U>(string key, U item2)
 {
     return(StorageActionsBase.AppendToKey(key, item2));
 }
Пример #2
0
 public static new string AppendToKey <U, W, X>(string key, U item2, W item3, X item4)
 {
     return(StorageActionsBase.AppendToKey(key, item2, item3, item4));
 }