internal static IEnumerable<object> LoadAll(ILoader loader, bool dispose) { while (loader.CheckData()) yield return loader.GetData(); }