示例#1
0
 /// <inheritdoc />
 public Type?GetTypeByName(string typeName)
 {
     return(_typeCache.GetByAliasOrFullName(typeName));
 }