示例#1
0
 private IDictionary <string, GithubMilestone> InnerIndexMilestones()
 {
     return(Milestones.ToDictionary(x => x.Title.ToLower(), x => x));
 }