コード例 #1
0
 IEnumerable <Property> GetProperties()
 {
     foreach (string propertyName in project.GetAllPropertyNames())
     {
         yield return(CreateProperty(propertyName));
     }
 }