Compartir a través de


SwitchExpression.Cases Propiedad

Definición

Obtiene la colección de objetos SwitchCase del modificador.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::SwitchCase ^> ^ Cases { System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::SwitchCase ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.SwitchCase> Cases { get; }
member this.Cases : System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.SwitchCase>
Public ReadOnly Property Cases As ReadOnlyCollection(Of SwitchCase)

Valor de propiedad

La colección de objetos SwitchCase.

Se aplica a