Table of Contents

Class ManagedRecord<T>

Namespace
Zorro.Core
Assembly
Zorro.Core.Runtime.dll
public class ManagedRecord<T> : BookkeepingRecord, IDisposable

Type Parameters

T
Inheritance
ManagedRecord<T>
Implements
Inherited Members
Extension Methods

Constructors

ManagedRecord(int)

public ManagedRecord(int initialCapacity)

Parameters

initialCapacity int

Fields

PerformantList

public PerformantList<T> PerformantList

Field Value

PerformantList<T>

Methods

Add(T)

public void Add(T value)

Parameters

value T

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public override void Dispose()

RemoveAtSwapBack(int)

public override void RemoveAtSwapBack(int index)

Parameters

index int