Exemple #1
0
 public void Extract(out T t, out U u)
 {
     t = TElem.GetValueOrDefault();
     u = UElem.GetValueOrDefault();
 }