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.SelectNegListSources< T > Class Template Reference

Adapter: provides view of an IListSource{T} in which element [i] is a NegListSource{T} N such that N[0] refers to element [i] in the original list. See LCExt.NegLists{T}(IListSource{T}) for more information. More...


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

Remarks

Adapter: provides view of an IListSource{T} in which element [i] is a NegListSource{T} N such that N[0] refers to element [i] in the original list. See LCExt.NegLists{T}(IListSource{T}) for more information.

See also
SelectNegLists{T}

Properties

IListSource< T > OriginalList [get]
 
sealed override int Count [get]
 

Public Member Functions

 SelectNegListSources (IListSource< T > list)
 
sealed override NegListSource< T > TryGet (int index, out bool fail)
 

Protected fields

IListSource< T > _list