EmptyVector

Description

[ShutdownSurvive]
class Tinman.Core.Collections.EmptyVector<T>

Derived from

VectorConstBase<T> abstract

A IVectorConst implementation that contains zero elements.

A specialized container may be created by subclassing EmptyVector and optionally overriding the following methods to provide custom semantics:

Public / Constructors

Empty​Vector


public constructor EmptyVector → ()

Creates a new instance of EmptyVector.