SwitchExpression.Cases Propriété

Définition

Obtient la collection d'objets SwitchCase pour le commutateur.

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)

Valeur de propriété

Collection d'objets SwitchCase.

S’applique à