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
// Feels like `defaultValueFactory` is a better name for the parameter, given the method name.publicvoidSetDefaultValueFactory(Func<object>getDefaultValue);publicvoidSetDefaultValueFactory(Func<ArgumentResult,object>getDefaultValue);