Пример #1
0
 int ComputeHashCode()
 {
     return(HashCode.Compute(
                Negate.GetHashCode(),
                CharacterClass.GetHashCode()));
 }