BagBase

Description

abstract class Tinman.Core.Collections.BagBase<T>

Derived from

BagConstBase<T> abstract
IBag<T>

Extended by

ComponentGroup sealed
OrderedSet sealed
Set sealed
SortedSetBase abstract
VectorBase abstract

Abstract base class for IBag implementations.

Protected / Constructors

Bag​Base

3 overloads


protected constructor BagBase1 → ()

Creates a new instance of BagBase.


protected constructor BagBase2 → (1)

equals in : EqualsDelegate<T>

The equality delegate.

Creates a new instance of BagBase.


protected constructor BagBase3 → (1)

compare in : CompareDelegate<T>

The compare delegate.

Creates a new instance of BagBase.