Class LockingQueue<T>
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class LockingQueue<T>
  Type Parameters
| Name | Description | 
|---|---|
| T | 
Constructors
LockingQueue()
Declaration
public LockingQueue()
  Properties
Count
Declaration
public int Count { get; }
  Property Value
| Type | Description | 
|---|---|
| Int32 | 
Methods
Add(T)
Declaration
public void Add(T obj)
  Parameters
| Type | Name | Description | 
|---|---|---|
| T | obj | 
Remove(ref T)
Declaration
public bool Remove(ref T val)
  Parameters
| Type | Name | Description | 
|---|---|---|
| T | val | 
Returns
| Type | Description | 
|---|---|
| Boolean |