Method ReportValues
ReportValues<T>(IEnumerable<T>)
Report a value-based data for this annotation.
Declaration
public void ReportValues<T>(IEnumerable<T> values)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<T> | values | The annotation data. |
Type Parameters
| Name | Description |
|---|---|
| T | The type of the data. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if values is null |
ReportValues<T>(NativeSlice<T>)
Report a value-based data for this annotation.
Declaration
public void ReportValues<T>(NativeSlice<T> values) where T : struct
Parameters
| Type | Name | Description |
|---|---|---|
| NativeSlice<T> | values | The annotation data. |
Type Parameters
| Name | Description |
|---|---|
| T | The type of the data. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if values is null |