Beispiel #1
0
 public T GetValue <T>(IVariantTableColumn <object> col)
 {
     return(col.GetValue <T>(this));
 }
Beispiel #2
0
 public object GetValue(IVariantTableColumn <object> col)
 {
     return(col.GetValue(this));
 }