Partager via


Conversion.IsNullLiteral Propriété

Définition

Retourne true si la conversion est une conversion littérale null implicite.

public:
 property bool IsNullLiteral { bool get(); };
public bool IsNullLiteral { get; }
member this.IsNullLiteral : bool
Public ReadOnly Property IsNullLiteral As Boolean

Valeur de propriété

Remarques

Les conversions littérales Null sont décrites dans la section 6.1.5 de la spécification du langage C#.

S’applique à