Suspendable |
Name | Description | |
---|---|---|
SetMemberAndRaiseSelfChangedT(NullableT, NullableT) | Sets a member variable of this instance and raise a change event with Empty if the new value is different from the old value. The comparison is done using the IEquatableT interface of the member variable. Note: to set members that implement IDocumentNode please use the Child... functions. | |
SetMemberAndRaiseSelfChangedT(T, T) | Sets a member variable of this instance and raise a change event with Empty if the new value is different from the old value. The comparison is done using the IEquatableT interface of the member variable. Note: to set members that implement IDocumentNode please use the Child... functions. |