Table of Contents

Class NativeListRecord<T>

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

Type Parameters

T
Inheritance
NativeListRecord<T>
Implements
Inherited Members
Extension Methods

Constructors

NativeListRecord(int)

public NativeListRecord(int initialCapacity)

Parameters

initialCapacity int

Fields

NativeList

public NativeList<T> NativeList

Field Value

NativeList<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