Initializes a new instance of the RandomAccessQueue class which is empty and has the default capacity.

Namespace: MonoSoftware.Core.Collections
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public RandomAccessQueue()
Visual Basic
Public Sub New
Visual C++
public:
RandomAccessQueue()
F#
new : unit -> RandomAccessQueue

See Also