static string SwitchCaseToString(SwitchCase node)
static SwitchCase SwitchCase(Expression body, params Expression[] testValues)
SwitchCase(Expression body, ReadOnlyCollection< Expression > testValues)
SwitchCase Update(IEnumerable< Expression > testValues, Expression body)
override string ToString()
ReadOnlyCollection< Expression > TestValues