DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic.Collections
FifoQueue(T) Class
FifoQueue(T) Methods
Add Method
AddRange Method
AddRotate Method
Clear Method
Contains Method
CopyTo Method
Dequeue Method
Enqueue Method
GetEnumerator Method
Index Method
IndexOf Method
Insert Method
Peek Method
PushBack Method
Remove Method
RemoveAt Method
FifoQueue
T
Insert Method
Namespace:
DHI.Mike1D.Generic.Collections
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
void
Insert
(
int
index
, T
item
)
Parameters
index
Type:
System
Int32
item
Type:
T
Implements
IList
T
Insert(Int32, T)
See Also
Reference
FifoQueue
T
Class
DHI.Mike1D.Generic.Collections Namespace