Exemplo n.º 1
0
 public object ConvertToObject(Type type)
 {
     return(ChoObjectEx.ConvertToObject(this, type));
 }
Exemplo n.º 2
0
 public object ConvertToObject <T>()
     where T : class, new()
 {
     return(ChoObjectEx.ConvertToObject <T>(this));
 }