Method Span
Span(IList<T>)
Returns null if
otherView
is strictly to the left of this view
Declaration
IList<T> Span(IList<T> otherView)
Parameters
Type | Name | Description |
---|---|---|
IList<T> | otherView |
Returns
Type | Description |
---|---|
IList<T> |
Exceptions
Type | Condition |
---|---|
IncompatibleViewException | If otherView does not have the same underlying list as this |