Show / Hide Table of Contents

Class QueueReader<T>

Inheritance
System.Object
QueueReader<T>
Namespace: VRage.Collections
Assembly: VRage.Library.dll
Syntax
public sealed class QueueReader<T> : ValueType, IEnumerable<T>, IEnumerable
Type Parameters
Name Description
T

Constructors

QueueReader(Queue<T>)

Declaration
public QueueReader(Queue<T> collection)
Parameters
Type Name Description
System.Collections.Generic.Queue<T> collection

Properties

Count

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32

Methods

GetEnumerator()

Declaration
public Queue<T>.Enumerator GetEnumerator()
Returns
Type Description
System.Collections.Generic.Queue.Enumerator<>
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾