C# Class PoshCode.Controls.PromptForObjectEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: Jaykul/PoshConsole Class Usage Examples

Public Methods

Method Description
PromptForObjectEventArgs ( string caption, string message, Collection descriptions ) : System

Method Details

PromptForObjectEventArgs() public method

public PromptForObjectEventArgs ( string caption, string message, Collection descriptions ) : System
caption string
message string
descriptions Collection
return System