Beispiel #1
0
 public Rest(ERestValue aRestValue, EDotType aDotType) : this(aRestValue)
 {
     DotType = aDotType;
 }
Beispiel #2
0
 public Rest(ERestValue aRestValue)
 {
     RestValue = aRestValue;
 }