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