Arguments
Gets the arguments passed to the diagnostic's message format string.
Declaration
object? Arguments { get; }Property Value
| Type | Description |
|---|---|
| object |
Remarks
For a DiagnosticDefinition<T>, this will be an instance of type T.
For a non-parameterized DiagnosticDefinition, this will be null.