You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only properties can be passed for the actual parameter as a property expression. However, if an async void action modifies a field, it could be passed to an Assertion method as is.
Currently, only properties can be passed for the
actualparameter as a property expression. However, if anasync voidaction modifies a field, it could be passed to an Assertion method as is.Probably must be with a
refkeyword, though.