Пример #1
0
 /// <inheritdoc/>
 public bool Supports(Type type)
 {
     return(Subclasser.Supports(type));
 }
Пример #2
0
 /// <inheritdoc/>
 public bool Supports <T>()
 {
     return(Subclasser.Supports <T>());
 }