Example #1
0
 public void IdentifyComponentsWith <TIdentifier>() where TIdentifier : class, IIdentifier <Type>, new()
 {
     componentHandler.MatchesOn(new TIdentifier());
 }