BagBase

Description

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

Derived from

BagConstBase<T> abstract
IBag<T>

Extended by

ComponentGroup sealed
OrderedSet sealed
Set
SetBase abstract
VectorBase abstract

Abstract base class for IBag implementations.

Protected / Constructors

Bag​Base


protected constructor BagBase → (2)

equals opt : EqualsDelegate<T> = null

The equality delegate or null.

compare opt : CompareDelegate<T> = null

The compare delegate or null.

Creates a new instance of BagConstBase.