Method ReportFileAndValues
ReportFileAndValues<T>(string, IEnumerable<T>)
Report file-based and value-based data for this annotation.
Declaration
public void ReportFileAndValues<T>(string path, IEnumerable<T> values)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path to the file containing the annotation data. |
| IEnumerable<T> | values | The annotation data. |
Type Parameters
| Name | Description |
|---|---|
| T | The type of the data. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if path or values is null |