摘要:
List 或 Dictionary值如果是类对象,那么要在类中实现IEquatable相关接口 public class Seat : IEquatable<Seat> { #region Field #endregion #region Property /// <summary> /// 名称 阅读全文
摘要:
1、List List<string> temp = new List<string>(); foreach (PlayAgentItem arg in PlayAgentConfigSection.values.Cast<PlayAgentItem>()) { temp.Add(arg.IpAdd 阅读全文