Files
Future/Future.Platform/Instruction/Control/SetValue.cs

17 lines
369 B
C#
Raw Normal View History

2025-08-30 17:19:57 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Future.Platform
{
/// <summary>
/// 变量赋值:设置一个上下文参数的值,同时更新这个表达式在系统中的参数值
/// </summary>
public class SetValue //: LogicalInstructBase
{
}
}