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
// Why is this one "values" and the other two are "complete"?// Since the method is called "AddCompletions" I'd expect things to be called a "completion".publicstatic TArgument AddCompletions<TArgument>(thisTArgumentargument,string[]values);publicstatic TArgument AddCompletions<TArgument>(thisTArgumentargument,Func<CompletionContext,IEnumerable<string>>complete);publicstatic TArgument AddCompletions<TArgument>(thisTArgumentargument,CompletionDelegatecomplete);
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: