C# Class OpenRA.Mods.Common.Widgets.Logic.LobbyUtils.SlotDropDownOption

Show file Open project: pchote/OpenRA

Public Properties

Property Type Description
Order string
Selected Func
Title string

Public Methods

Method Description
SlotDropDownOption ( string title, string order, Func selected ) : System

Method Details

SlotDropDownOption() public method

public SlotDropDownOption ( string title, string order, Func selected ) : System
title string
order string
selected Func
return System

Property Details

Order public property

public string Order
return string

Selected public property

public Func Selected
return Func

Title public property

public string Title
return string