Property ContainsSpeed
ContainsSpeed
The value is symbolic indicating the type of asymptotic complexity in terms of the size of this collection (worst-case or amortized as relevant).
See C5.Speed for the set of symbols.
Declaration
Speed ContainsSpeed { get; }
Property Value
Type | Description |
---|---|
Speed | A characterization of the speed of lookup operations ( etc.) of the implementation of this collection.
|