コード例 #1
0
 public override object To(Type type) => CamundaVariablesUtils.ToValueTypedObject(type, this.Convert);
コード例 #2
0
 public override T To <T>() => CamundaVariablesUtils.ToValueTypedObject <T, short>(this.Convert);