internal RmAttributeChange(RmAttributeName name, IComparable atomicValue, RmAttributeChangeOperation operation)
 {
     this.name           = name;
     this.attributeValue = atomicValue;
     this.operation      = operation;
 }
Ejemplo n.º 2
0
 internal RmAttributeChange(RmAttributeName name, IComparable atomicValue, RmAttributeChangeOperation operation)
 {
     this.name = name;
     this.attributeValue = atomicValue;
     this.operation = operation;
 }