Fluqi.Widget.jSelectMenuItem.SelectMenuItemBase.Finish C# (CSharp) Method

Finish() public method

Ends configuration of the option just added and brings the fluent API back a level to allow further select menu items to be added.
public Finish ( ) : SelectMenuItems
return SelectMenuItems
		public SelectMenuItems Finish() {
			return this.Parent.Children;
		}