Esempio n. 1
0
 long On(GetInstanceHashcode x) => RuntimeHelpers.GetHashCode(this);
Esempio n. 2
0
 public Task <int> Answer(GetInstanceHashcode query)
 {
     return(Task.FromResult(RuntimeHelpers.GetHashCode(this)));
 }