Пример #1
0
 /// <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;
 }