C# Class System.Dynamic.BindingRestrictions.TestBuilder

Builds a balanced tree of AndAlso nodes. We do this so the compiler won't stack overflow if we have many restrictions.
Show file Open project: dotnet/corefx

Private Methods

Method Description
Append ( BindingRestrictions restrictions ) : void
Push ( Expression node, int depth ) : void
ToExpression ( ) : Expression