MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / TrySetMember

Method TrySetMember

src/NodeRTLib/Reflector.cs:807–811  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected