Skip to content

Instantly share code, notes, and snippets.

View nilproject's full-sized avatar
💭
The show must go on

Дмитрий nilproject

💭
The show must go on
View GitHub Profile
private sealed class MaskedExpression : Expression
{
private Expression _original;
private Func<Context, bool> _condition;
private Func<Context, JSValue> _optimizedExpression;
protected internal override bool LValueModifier
{
get