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

Mostrar archivo 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_oe property

public string Order
return string

Selected public_oe property

public Func Selected
return Func

Title public_oe property

public string Title
return string