Jump to content

ebrand

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Profile Information

  • About me
    Curious George
  1. Follow-up: I ended up with an abstraction layer exposing this: _kd.CraftInVab.Names.Select(n => _kd.CraftInVab[n]).ToList(); So I could do this in my code: foreach (var craft in _kspMgr.VabCraft) vabCraftListBox.Items.Add(craft.DisplayName); - Eric
  2. Hey Manitcor, I downloaded and am working with your KerbalData library. This looks like a great tool, thanks! However, I can't seem to enumerate your "StorableObjects<T>" collections as this object doesn't implement the IDictionary (and therefore neither the IEnumerable) interface. I took a look at the documentation and the example to no avail; I could have missed something. Any help would be greatly appreciated! Thanks in advance, Eric
×
×
  • Create New...