Class MySwapQueue
Inheritance
System.Object
MySwapQueue
Namespace: VRage.Collections
Assembly: VRage.Library.dll
Syntax
public class MySwapQueue : Object
Constructors
MySwapQueue()
Declaration
public MySwapQueue()
Methods
Create<T>()
Declaration
public static MySwapQueue<T> Create<T>()
where T : class, new()
Returns
Type | Description |
---|---|
MySwapQueue<T> |
Type Parameters
Name | Description |
---|---|
T |