ISwitchCaseOperation.Locals Proprietà

Definizione

Variabili locali dichiarate all'interno della sezione switch case con ambito nella sezione .

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::ILocalSymbol ^> Locals { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::ILocalSymbol ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ILocalSymbol> Locals { get; }
member this.Locals : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ILocalSymbol>
Public ReadOnly Property Locals As ImmutableArray(Of ILocalSymbol)

Valore della proprietà

Si applica a