Table of Contents

Class IndexedCollection<T>

Namespace
PolarStudio
Assembly
PolarStudio.dll

A collection of items that have a numeric (int) index.

public class IndexedCollection<T> : Collection<T>, IEnumerable

Type Parameters

T

The type of objects in this collection

Inheritance
IndexedCollection<T>
Implements
Inherited Members
Extension Methods

Methods

ContainsInstanceID(long)

Returns a boolean indicating an element with the given pIndex exists.

public bool ContainsInstanceID(long pIndex)

Parameters

pIndex long

The index to check

Returns

bool

ItemByInstanceID(long)

To get an Item for the given pIndex.

public T ItemByInstanceID(long pIndex)

Parameters

pIndex long

The index of the item to get.

Returns

T

The Item or Nothing