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