Data.this

Create new instance wrapping the given data.

Parameters

data void[]

initial data

forceReallocation bool

when false, the contents will be duplicated to unmanaged memory only when it's not on the managed heap; when true, the contents will be reallocated always.

Meta