Table of Contents

Class Index<T>

Namespace
Dec
Assembly
dec.dll

Contains information on a single type of index.

public static class Index<T>

Type Parameters

T
Inheritance
object
Index<T>

Remarks

This is often used when doing high-performance processing over all elements of a type. See Indexes for more details.

Properties

Count

The number of indices of this type that exist.

public static int Count { get; }

Property Value

int

List

All decs of this type.

public static T[] List { get; }

Property Value

T[]

Methods

Get(int)

Returns a dec of this type by name.

public static T Get(int index)

Parameters

index int

Returns

T

Remarks

Returns null if no such dec exists.