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
Add 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
Add
( T
item
)
Parameters
item
Type:
T
Implements
ICollection
T
Add(T)
See Also
Reference
FifoQueue
T
Class
DHI.Mike1D.Generic.Collections Namespace