SwitchExpression.Cases Egenskap

Definition

Hämtar samlingen med SwitchCase objekt för växeln.

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)

Egenskapsvärde

Samlingen med SwitchCase objekt.

Gäller för