Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Properties | Public Member Functions | Protected fields | List of all members
Loyc.Collections.SelectNegLists< T > Class Template Reference

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...


Source file:
Inheritance diagram for Loyc.Collections.SelectNegLists< T >:

Remarks

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.

See also
SelectNegListSources{T}

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