C# Class PoshCode.Controls.PromptForChoiceEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Jaykul/PoshConsole Class Usage Examples

Méthodes publiques

Méthode Description
PromptForChoiceEventArgs ( string caption, string message, Collection choices, int selectedIndex ) : System

Method Details

PromptForChoiceEventArgs() public méthode

public PromptForChoiceEventArgs ( string caption, string message, Collection choices, int selectedIndex ) : System
caption string
message string
choices Collection
selectedIndex int
Résultat System