Example #1
0
 internal RecordTypeOperators(RecordType recordType, IOperatorCollection allowedOperators)
 {
     this.recordType       = recordType;
     this.allowedOperators = allowedOperators;
 }
Example #2
0
 protected RecordTypeAssignEmitter(T targetType, RecordType sourceType)
 {
     this.targetType = targetType;
     this.sourceType = sourceType;
 }
Example #3
0
 internal abstract IOperatorEmitter CombineFrom(RecordType otherType);