Exemplo n.º 1
0
 public IEnumerable <ItemProperty> GetProperties(object instance)
 {
     return(dataContext.GetProperties(serializationContext, instance));
 }