 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | 
public class SerializableQueue : Queue<AsynchronousQueue..::..QueueItem>
Public Class SerializableQueue Inherits Queue(Of AsynchronousQueue..::..QueueItem)
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | AsynchronousQueue..::..SerializableQueue(Int32) | |
|  | Clear()()()() | Removes all objects from the Queue<(Of <(<'T>)>)>.(Inherited from Queue<(Of <(<'AsynchronousQueue..::..QueueItem>)>)>.) | 
|  | Contains(T) | Determines whether an element is in the Queue<(Of <(<'T>)>)>.(Inherited from Queue<(Of <(<'AsynchronousQueue..::..QueueItem>)>)>.) | 
|  | CopyTo(array<T>[]()[][], Int32) | Copies the Queue<(Of <(<'T>)>)> elements to an existing one-dimensional Array, starting at the specified array index.(Inherited from Queue<(Of <(<'AsynchronousQueue..::..QueueItem>)>)>.) | 
|  | Count | Gets the number of elements contained in the Queue<(Of <(<'T>)>)>.(Inherited from Queue<(Of <(<'AsynchronousQueue..::..QueueItem>)>)>.) | 
|  | Dequeue()()()() | Removes and returns the object at the beginning of the Queue<(Of <(<'T>)>)>.(Inherited from Queue<(Of <(<'AsynchronousQueue..::..QueueItem>)>)>.) | 
|  | Enqueue(T) | Adds an object to the end of the Queue<(Of <(<'T>)>)>.(Inherited from Queue<(Of <(<'AsynchronousQueue..::..QueueItem>)>)>.) | 
|  | Equals(Object) | Determines whether the specified Object is equal to the current Object.(Inherited from Object.) | 
|  | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetEnumerator()()()() | Returns an enumerator that iterates through the Queue<(Of <(<'T>)>)>.(Inherited from Queue<(Of <(<'AsynchronousQueue..::..QueueItem>)>)>.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Item[([( Int32])]) | |
|  | MemberwiseClone()()()() | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | Peek()()()() | Returns the object at the beginning of the Queue<(Of <(<'T>)>)> without removing it.(Inherited from Queue<(Of <(<'AsynchronousQueue..::..QueueItem>)>)>.) | 
|  | ToArray()()()() | Copies the Queue<(Of <(<'T>)>)> elements to a new array.(Inherited from Queue<(Of <(<'AsynchronousQueue..::..QueueItem>)>)>.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | TrimExcess()()()() | Sets the capacity to the actual number of elements in the Queue<(Of <(<'T>)>)>, if that number is less than 90 percent of current capacity.(Inherited from Queue<(Of <(<'AsynchronousQueue..::..QueueItem>)>)>.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | Queue<(Of <(<'AsynchronousQueue..::..QueueItem>)>)> | |
|  | AsynchronousQueue..::..SerializableQueue | |
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610

