public bool TryGetInfo(string key, out AssetBundleInfo info) { return(TryGetInfo(new IgnoreCaseString(key), out info)); }