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

Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Свойство Type Description
Order string
Selected Func
Title string

Méthodes publiques

Méthode Description
SlotDropDownOption ( string title, string order, Func selected ) : System

Method Details

SlotDropDownOption() public méthode

public SlotDropDownOption ( string title, string order, Func selected ) : System
title string
order string
selected Func
Résultat System

Property Details

Order public_oe property

public string Order
Résultat string

Selected public_oe property

public Func Selected
Résultat Func

Title public_oe property

public string Title
Résultat string