C# 클래스 OpenRA.Mods.Common.Widgets.Logic.LobbyUtils.SlotDropDownOption

파일 보기 프로젝트 열기: pchote/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
Order string
Selected Func
Title string

공개 메소드들

메소드 설명
SlotDropDownOption ( string title, string order, Func selected ) : System

메소드 상세

SlotDropDownOption() 공개 메소드

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

프로퍼티 상세

Order 공개적으로 프로퍼티

public string Order
리턴 string

Selected 공개적으로 프로퍼티

public Func Selected
리턴 Func

Title 공개적으로 프로퍼티

public string Title
리턴 string