Summary

public static bool IsValidIndex<T>(this List<T> list, int index)

Returns

bool

Parameters