Пример #1
0
 long On(GetInstanceHashcode x) => RuntimeHelpers.GetHashCode(this);
Пример #2
0
 public Task <int> Answer(GetInstanceHashcode query)
 {
     return(Task.FromResult(RuntimeHelpers.GetHashCode(this)));
 }