Table of Contents

Method ContainsIndex

Namespace
GrindFest.Dungeons
Assembly
GrindFest.dll

ContainsIndex<T>(List<T>, int, bool)

public static bool ContainsIndex<T>(List<T> list, int i, bool falseIfNull = true) where T : class

Parameters

list List<T>
i int
falseIfNull bool

Returns

bool

Type Parameters

T