Exemplo n.º 1
0
 private static ReflectionResult SetNameValueCollection(string property, object source, object value)
 {
     return(new ReflectionResult {
         ReflectionException = ReflectionException.SetNotAvailable("NameValueCollection")
     });
 }
Exemplo n.º 2
0
 private static ReflectionResult SetEnumerable(string property, object source, object value)
 {
     return(new ReflectionResult {
         ReflectionException = ReflectionException.SetNotAvailable("Enumerable")
     });
 }