Class ValueSlice<T>.Collection
- Namespace
- Badeend.ValueCollections
- Assembly
- Badeend.ValueCollections.dll
A heap-allocated read-only view over a slice.
public sealed class ValueSlice<T>.Collection : IReadOnlyList<T>, IReadOnlyCollection<T>, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
- Inheritance
-
ValueSlice<T>.Collection
- Implements
-
IList<T>ICollection<T>IEnumerable<T>
- Inherited Members
- Extension Methods
Remarks
This type only exists for the interfaces it implements.
Properties
ValueSlice
The slice that this collection represents.
public ValueSlice<T> ValueSlice { get; }
Property Value
- ValueSlice<T>