JSON Исключение для ввода jsonStringarray [дубликат]

var q = from PropertyDescriptor t in TypeDescriptor.GetProperties(instance)
        let u = t.ComponentType.GetProperty(t.Name)
        where (u != null)
        select u;
-12
задан aminography 8 September 2018 в 23:42
поделиться