Exemple #1
0
 public SmthEntity(SmthEntity obj) : this(obj.FInt, obj.FString, obj.FDecimal)
 {
 }
Exemple #2
0
 public SmthEntity(SmthEntity obj) : this(obj.FString)
 {
 }