Пример #1
0
 public T GetType <T>(NameString typeName)
     where T : INamedType =>
 _types.GetType <T>(typeName.EnsureNotEmpty(nameof(typeName)));