Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
List of all members
Loyc.Collections.IBRangeEx< T > Interface Template Reference

A bidirectional range that can perform operations such as intersection and overlap tests on pairs of ranges. More...


Source file:
Inheritance diagram for Loyc.Collections.IBRangeEx< T >:
Loyc.Collections.IBRangeEx< R, T > Loyc.ICloneable< out T > Loyc.Collections.IBRange< out T > Loyc.Collections.IFRange< out T > Loyc.ICloneable< out T > Loyc.Collections.IHasLast< out T > Loyc.ICloneable< out T > Loyc.Collections.IHasFirst< out T > Loyc.Collections.IIsEmpty Loyc.Collections.IIsEmpty Loyc.Collections.IIsEmpty

Remarks

A bidirectional range that can perform operations such as intersection and overlap tests on pairs of ranges.

Additional Inherited Members

- Properties inherited from Loyc.Collections.IBRangeEx< R, T >
IEnumerable< T > InnerList [get]
 Gets the list upon which this range is based. More...
 
int SliceStart [get]
 Index where this range starts within the InnerList. More...
 
- Properties inherited from Loyc.Collections.IHasFirst< out T >
First [get]
 Gets the first item in the deque. More...
 
- Properties inherited from Loyc.Collections.IIsEmpty
bool IsEmpty [get]
 
- Properties inherited from Loyc.Collections.IHasLast< out T >
Last [get]
 Gets the first item in the collection. More...
 
- Public Member Functions inherited from Loyc.Collections.IBRangeEx< R, T >
Intersect (R other)
 Gets the region of overlap between two ranges. More...
 
Union (R other)
 Gets a range just large enough to contain both ranges. More...
 
- Public Member Functions inherited from Loyc.Collections.IBRange< out T >
PopLast (out bool fail)
 Removes the last item from the range and returns it. More...
 
- Public Member Functions inherited from Loyc.Collections.IFRange< out T >
PopFirst (out bool fail)
 Removes the first item from the range and returns it. More...
 
- Public Member Functions inherited from Loyc.ICloneable< out T >
Clone ()