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
Since Queue is not ICollection<T> and there is no IQueue<T> interface included in .NET Core.
This facilitates variations of Queue classes that are interchangable.