Пример #1
0
 /// <summary>
 /// Sets the Children property
 /// </summary>
 /// <param name="children">Children property</param>
 /// <returns>this instance</returns>
 public BrowseNode WithChildren(BrowseNodeChildren children)
 {
     this.childrenField = children;
     return this;
 }