If you try to set a value of a property that is not defined in the class, this method is called.
(
SetMemberBinder binder, object value)
| 805 | // If you try to set a value of a property that is |
| 806 | // not defined in the class, this method is called. |
| 807 | public override bool TrySetMember( |
| 808 | SetMemberBinder binder, object value) |
| 809 | { |
| 810 | return false; |
| 811 | } |
| 812 | } |
| 813 | } |
nothing calls this directly
no outgoing calls
no test coverage detected