Esempio n. 1
0
 /// <summary>
 /// Gets the index of the section.
 /// </summary>
 /// <returns>The section index.</returns>
 /// <param name="section">Section.</param>
 public virtual int GetSectionIndex(Section section)
 {
     return(_root.IndexOf(section));
 }