[]
Returns the array containing the data, or null if there is no data array. The returned array is a int array.
public override object Data { get; set; }
Public Overrides Property Data As Object
| Type | Description |
|---|---|
| object | The array of data (a int[]) or null if there is no data. |