NullableListExtensions<T> extension
Provides an extension method for List that is nullable.
NullableなList用の拡張メソッドを提供します。
Methods
-
containsIndex(int index)
→ bool
-
Returns
true
if index
is within the range of elements in List.
-
get<E>(int index, E defaultValue)
→ E
-
Get the
index
th element.