I have a somewhat sizeable Hashtable populated with lookup only static data.
This means that when the program starts, I'll either have a long initializer/constructor method that will execute many hashtable.Add() methods (yuk) or de-serialize from a resource file that I've custom generated at coding time.
Is there an attribute or another way I could use to include this data at compile-time?