Ejemplo n.º 1
0
 /// <inheritdoc/>
 public bool Supports(Type type)
 {
     return(Subclasser.Supports(type));
 }
Ejemplo n.º 2
0
 /// <inheritdoc/>
 public bool Supports <T>()
 {
     return(Subclasser.Supports <T>());
 }