Show / Hide Table of Contents

Class QueueExtension

Inheritance
System.Object
QueueExtension
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MacacaGames.ViewSystem
Assembly: Macaca.ViewSystem.dll
Syntax
public static class QueueExtension

Methods

| Improve this Doc View Source

Remove<T>(Queue<T>, T)

Declaration
public static void Remove<T>(this Queue<T> queue, T itemToRemove)
    where T : class
Parameters
Type Name Description
System.Collections.Generic.Queue<T> queue
T itemToRemove
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX