修复一些错误并更新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

@@ -15,7 +15,9 @@ using System;
namespace Flee.ExpressionElements.MemberElements
{
[Obsolete("Represents an identifier")]
/// <summary>
/// 表示标识符的表达式元素
/// </summary>
internal class IdentifierElement : MemberElement
{
private FieldInfo _myField;