コード例 #1
0
 /// <summary>
 /// Gets the children for category.
 /// </summary>
 /// <param name="category">The category.</param>
 /// <returns></returns>
 public System.Collections.IList GetChildrenForCategory(VirtualTreeGridCategory category)
 {
     return(ReferencedServiceContract != null?ReferencedServiceContract.GetChildrenForCategory(category) : s_emptyList);
 }