Table of Contents

Class CachedCollection<T>.MinMax

Namespace
TMPEffects.Tags.Collections
Assembly
TMPEffects.dll

The minimum and maximum collection index of cached tags potentially relevant to a given text index.

public class CachedCollection<T>.MinMax
Inheritance
CachedCollection<T>.MinMax
Inherited Members

Constructors

MinMax(int)

public MinMax(int textIndex)

Parameters

textIndex int

Fields

MaxIndex

The maximum collection index of cached tags potentially relevant to a given text index.

public int MaxIndex

Field Value

int

MinIndex

The minimum collection index of cached tags potentially relevant to a given text index.

public int MinIndex

Field Value

int