Exemplo n.º 1
0
 static EquivilentExpression()
 {
     BadValue = new EquivilentExpression();
 }
Exemplo n.º 2
0
 private void SetEquivlientExpressionForSource <TSource>(IDictionary <Type, IEquivilentExpression> destinationDictionary, IEquivilentExpression equivilentExpression)
 {
     GetOrGenerateSourceDictionary <TSource>(destinationDictionary);
     destinationDictionary[typeof(TSource)] = equivilentExpression;
 }