3 writes to OperandType
System.ComponentModel.DataAnnotations (3)
DataAnnotations\RangeAttribute.cs (3)
39
this.
OperandType
= typeof(int);
51
this.
OperandType
= typeof(double);
62
this.
OperandType
= type;
1 reference to OperandType
System.ComponentModel.DataAnnotations (1)
DataAnnotations\RangeAttribute.cs (1)
159
Type type = this.
OperandType
;