我有一个类InputConfig其中包含List:publicclassInputConfig{//TherestoftheclassomittedprivateListincludeExcludeRules;publicListIncludeExcludeRules{get{returnincludeExcludeRules;}set{includeExcludeRules=value;}}}publicclassIncludeExcludeRule{//Othermembersomittedprivateintidx;privatestringfunction;publicintI