| Icon | Member | Description |
|---|---|---|
| Seq<(Of <(T>)>)(Int32, MemStorage) |
Create a sequence using the specific seqFlag and storage | |
| Seq<(Of <(T>)>)(SEQ_ELTYPE, SEQ_KIND, SEQ_FLAG, MemStorage) |
Create a contour of the specific kind, type and flag
| |
| Seq<(Of <(T>)>)(MemStorage) |
Create a sequence using the specific storage | |
| Seq<(Of <(T>)>)(IntPtr, MemStorage) |
Create a sequence from the unmanaged pointer and the storage used by the pointer
|