Property CountSpeed
CountSpeed
The value is symbolic indicating the type of asymptotic complexity in terms of the size of this collection (worst-case or amortized as relevant).
Declaration
public abstract Speed CountSpeed { get; }
Property Value
Type | Description |
---|---|
Speed | A characterization of the speed of the property in this collection. |