コード例 #1
0
 public IndicatorType(IndicatorTypeValue value, string displayName, Type valueType)
     : base((int)value, displayName)
 {
     ValueType = valueType;
 }
コード例 #2
0
 public static IndicatorType FromValue(IndicatorTypeValue value)
 {
     return(FromInt32((int)value));
 }