Exemple #1
0
 public CanCompute <Int32> NewInt32(Int32 value = default(Int32))
 {
     return(ManagerGX.NewInt32(this, value));
 }