System.Linq.Expressions.Expression.SwitchCaseProxy.SwitchCaseProxy C# (CSharp) Метод

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

public SwitchCaseProxy ( SwitchCase node ) : System.Collections.ObjectModel
node SwitchCase
Результат System.Collections.ObjectModel
            public SwitchCaseProxy(SwitchCase node)
            {
                ContractUtils.RequiresNotNull(node, nameof(node));
                _node = node;
            }
Expression.SwitchCaseProxy