示例#1
0
文件: Rule.cs 项目: apodavalov/FLaG
 public override int GetHashCode()
 {
     return(Target.GetHashCode() ^ Chains.GetSequenceHashCode());
 }