Пример #1
0
 public override int GetHashCode()
 {
     return(Hash.Combine(TaskLikeReturnTypeOpt?.GetHashCode() ?? 0, Hash.CombineValues(this.ParameterTypes)));
 }