Click or drag to resize

FifoQueueTCapacity Property

Gets or sets the total number of elements the internal data structure can hold without resizing.

Namespace:  DHI.Mike1D.Generic.Collections
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public int Capacity { get; set; }

Property Value

Type: Int32
See Also