Partager via


ILocalSymbol.IsUsing Propriété

Définition

Retourne true si la variable locale est déclarée dans l’acquisition de ressources d’une instruction « using » ; sinon, false

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

Valeur de propriété

Exemples

using (var localVariable = new StreamReader(path)) { ... } 

S’applique à