예제 #1
0
파일: Item.cs 프로젝트: nexus49/grado
 /// <summary>
 /// Sets the Collections property
 /// </summary>
 /// <param name="collections">Collections property</param>
 /// <returns>this instance</returns>
 public Item WithCollections(Collections collections)
 {
     this.collectionsField = collections;
     return this;
 }