AssertSymbolNotNull<TSymbol>(TSymbol?, string?)
Declaration
public static TSymbol AssertSymbolNotNull<TSymbol>(this TSymbol? symbol, string? justification = null) where TSymbol : class, ISymbolParameters
| Type | Name | Description |
|---|---|---|
| TSymbol | symbol | |
| string | justification |
Returns
| Type | Description |
|---|---|
| TSymbol |
Type Parameters
| Name | Description |
|---|---|
| TSymbol |