Instantiates a new DataBuffer initialized with the input data, which will be used as the backing store.
| C# |
public DataBuffer( params T[] data )
- data (array<T>[]()[][])
- Array of values that will act as the backing store
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if the data is null or length is zero. |
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)