PinnedBufferT Constructor |
Name | Description | |
---|---|---|
![]() | PinnedBufferT(Int32) |
Initializes a new instance with an new type T array and pins memory
position.
|
![]() | PinnedBufferT(T) |
Initializes a new instance with an existing type T array and pins memory
position.
|
![]() | PinnedBufferT(T, Int32, Int32) |
Initializes a new instance with an existing type T array and pins memory
position.
|