Table of Contents

Class PerformantList<T>

Namespace
Zorro.Core
Assembly
Zorro.Core.Runtime.dll
public class PerformantList<T>

Type Parameters

T
Inheritance
PerformantList<T>
Inherited Members
Extension Methods

Constructors

PerformantList(int)

public PerformantList(int capacity)

Parameters

capacity int

Fields

Count

public int Count

Field Value

int

Properties

this[int]

public T this[int index] { get; }

Parameters

index int

Property Value

T

Methods

Add(T)

public void Add(T entry)

Parameters

entry T

RemoveAtSwapBack(int)

public void RemoveAtSwapBack(int index)

Parameters

index int