Fluqi.Widget.jMenuItem.MenuItem.Finish C# (CSharp) Метод

Finish() публичный Метод

Ends configuration of the menu item just added and brings the fluent API back a level to allow further menu items to be added.
public Finish ( ) : MenuItems
Результат MenuItems
		public MenuItems Finish() {
			return this.Parent.Children;
		}