Exemplo n.º 1
0
 /// <inheritdoc />
 public bool canHandleEvent <T>() where T : struct
 {
     return(registry.ContainsKey(typeof(T)));
 }