public void SetConstantValue(ValueHandleConstStringType constStringType)
 {
     type = ValueHandleType.ConstString;
     offset = (int)constStringType;
 }
Exemple #2
0
 public void SetConstantValue(ValueHandleConstStringType constStringType)
 {
     _type   = ValueHandleType.ConstString;
     _offset = (int)constStringType;
 }