示例#1
0
 public bool TryGetValue(out T value)
 {
     return(_promised.TryGetValue(out value));
 }
示例#2
0
 public bool TryGetValue(out T target)
 {
     return(_promised.TryGetValue(out target));
 }