Arguments
Gets the arguments of the diagnostic message. These often include members or types related to the diagnostic.
Declaration
ImmutableArray<object?> Arguments { get; }Property Value
| Type | Description |
|---|---|
| ImmutableArray<object> |
Gets the arguments of the diagnostic message. These often include members or types related to the diagnostic.
ImmutableArray<object?> Arguments { get; }| Type | Description |
|---|---|
| ImmutableArray<object> |