Enhanced C#
Language of your choice: library documentation
|
Adapter: provides a view of an IList{T} in which element [i] is a NegList{T} N such that N[0] refers to element [i] in the original list. See LCExt.NegLists{T}(IList{T}) for more information. More...
Adapter: provides a view of an IList{T} in which element [i] is a NegList{T} N such that N[0] refers to element [i] in the original list. See LCExt.NegLists{T}(IList{T}) for more information.
Properties | |
IList< T > | OriginalList [get] |
sealed override int | Count [get] |
Public Member Functions | |
SelectNegLists (IList< T > list) | |
sealed override NegList< T > | TryGet (int index, out bool fail) |
Protected fields | |
IList< T > | _list |