protected ExpressionBuilderBase(Type itemType)
 {
     this.itemType = itemType;
     this.options  = new ExpressionBuilderOptions();
 }
Beispiel #2
0
 public void CopyFrom(ExpressionBuilderOptions other)
 {
     this.LiftMemberAccessToNull = other.LiftMemberAccessToNull;
 }