Пример #1
0
 private static ReflectionResult SetNameValueCollection(string property, object source, object value)
 {
     return(new ReflectionResult {
         ReflectionException = ReflectionException.SetNotAvailable("NameValueCollection")
     });
 }
Пример #2
0
 private static ReflectionResult SetEnumerable(string property, object source, object value)
 {
     return(new ReflectionResult {
         ReflectionException = ReflectionException.SetNotAvailable("Enumerable")
     });
 }