匿名表达式ForEach读取List表

using System.Collections; using System.Collections.Generic; using UnityEngine; //匿名表达式ForEach读取List表 public class Personal { public string Name { get; set; } public int Age { get; set; } }
相关文章
相关标签/搜索