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