예제 #1
0
#pragma warning disable 618 // Disable the 'obsolete' warning.
        internal InternalExpression(InternalExpressionType nt, Type type)
            : base ((ExpressionType)nt, type) {
        }
예제 #2
0
#pragma warning disable 618 // Disable the 'obsolete' warning.
        internal InternalExpression(InternalExpressionType nt, Type type)
            : base((ExpressionType)nt, type)
        {
        }