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
I am overriding CreateAsync( ), but I could not do what is done in the base class because ValidateOrDiscardAsync is private, and I don't want to copy/paste that method into my class.
We should make this method protected, so that it can be used from a derived class.
The text was updated successfully, but these errors were encountered:
I am overriding
CreateAsync( )
, but I could not do what is done in the base class becauseValidateOrDiscardAsync
is private, and I don't want to copy/paste that method into my class.We should make this method
protected
, so that it can be used from a derived class.The text was updated successfully, but these errors were encountered: