The Asprosys.Unmanaged.Collections namespace contains the types necessary to access collections of data based on unmanaged memory.
Classes
| Class | Description | |
|---|---|---|
| DefaultComparer<(Of <(T>)>) |
The default comparer used for sorting, reversing and searching
generic arrays.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ILongList<(Of <(T>)>) |
Represents a collection of objects that can be individually accessed by a 64-bit index.
| |
| IRawComparer<(Of <(T>)>) |
Defines a set of methods used for comparing and sorting objects and their
unsafe representations.
|