using System; using System.Collections.Generic; namespace Wox.Plugin.Program { [Serializable] public class ProgramIndexCache { public List Programs = new List(); } }