Open sandboxFocus

Method AssertSymbolNotNull

AssertSymbolNotNull<TSymbol>(TSymbol?, string?)

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