Пример #1
0
 public static ThresholdIndexes Create(ThresholdIndexesEnum v)
 {
     return(new ThresholdIndexes
     {
         InnerValue = v
     });
 }
 public static ThresholdIndexes Create(ThresholdIndexesEnum v)
 {
     return new ThresholdIndexes {
       InnerValue = v
     };
 }