コード例 #1
0
 public List <Object> GetValue()
 {
     return(DicProperty.Select(i => i.Value).ToList());
 }
コード例 #2
0
 public List <String> GetProperty()
 {
     return(DicProperty.Select(i => i.Key).ToList());
 }