SwitchCase.TestValues 属性

定义

获取此事例的值。 当 SwitchValue 与其中任一值匹配时,会选择此事例以便执行。

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

属性值

此事例块的值的只读集合。

适用于