修复一些错误并更新README

This commit is contained in:
2025-10-09 14:40:58 +08:00
parent a09b3c1eb1
commit 63f09b6196
13 changed files with 83 additions and 60 deletions

View File

@@ -7,7 +7,7 @@ using System.Reflection;
namespace Flee.PublicTypes
{
/// <summary>
///
/// 变量集合类,用于管理表达式中使用的变量
/// </summary>
public sealed class VariableCollection : IDictionary<string, object>
{