Share via


SwitchExpression.Cases 屬性

定義

取得切換的 SwitchCase 物件集合。

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)

屬性值

SwitchCase 物件的集合。

適用於