C# Класс System.Linq.Expressions.SwitchCase

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToString ( ) : string

Returns a String that represents the current Object.

Update ( IEnumerable testValues, Expression body ) : SwitchCase

Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.

Приватные методы

Метод Описание
SwitchCase ( Expression body, ReadOnlyCollection testValues ) : System.Collections.Generic

Описание методов

ToString() публичный Метод

Returns a String that represents the current Object.
public ToString ( ) : string
Результат string

Update() публичный Метод

Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.
public Update ( IEnumerable testValues, Expression body ) : SwitchCase
testValues IEnumerable The property of the result.
body Expression The property of the result.
Результат SwitchCase