Partager via


ILocalSymbol.IsConst Propriété

Définition

Retourne true si cette variable locale a été déclarée comme « const » (c’est-à-dire une déclaration constante). Retourne également true pour un membre enum.

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

Valeur de propriété

S’applique à