新增了对NodeaAction特性标记方法中,对params可变参数的支持

This commit is contained in:
fengjiayi
2024-11-02 22:11:38 +08:00
parent cd1642dcf7
commit 8b4ec31d83
15 changed files with 472 additions and 169 deletions

View File

@@ -17,6 +17,11 @@ namespace Serein.Library
/// </summary>
public int Index { get; set; }
/// <summary>
/// 是否为可变参数
/// </summary>
public bool IsParams { get; set; }
/// <summary>
/// 方法需要的类型
/// </summary>