示例#1
0
文件: Item.cs 项目: nexus49/grado
 /// <summary>
 /// Sets the Tags property
 /// </summary>
 /// <param name="tags">Tags property</param>
 /// <returns>this instance</returns>
 public Item WithTags(Tags tags)
 {
     this.tagsField = tags;
     return this;
 }
示例#2
0
文件: List.cs 项目: nexus49/grado
 /// <summary>
 /// Sets the Tags property
 /// </summary>
 /// <param name="tags">Tags property</param>
 /// <returns>this instance</returns>
 public List WithTags(Tags tags)
 {
     this.tagsField = tags;
     return this;
 }