IParameterSymbol.IsNullChecked Property

Definition

True if the compiler will synthesize a null check for this parameter (the parameter is declared in source with a !! following the parameter name).

public bool IsNullChecked { get; }
member this.IsNullChecked : bool
Public ReadOnly Property IsNullChecked As Boolean

Property Value

Applies to