Ejemplo n.º 1
0
 public Rest(ERestValue aRestValue, EDotType aDotType) : this(aRestValue)
 {
     DotType = aDotType;
 }
Ejemplo n.º 2
0
 public Rest(ERestValue aRestValue)
 {
     RestValue = aRestValue;
 }