C# Class Ensage.Common.Menu.StringList

Exibir arquivo Open project: EnsageSharp/Ensage.Common Class Usage Examples

Public Properties

Property Type Description
SList string[]
SelectedIndex int

Public Methods

Method Description
StringList ( string list, int defaultSelectedIndex ) : System

Initializes a new instance of the StringList struct.

Method Details

StringList() public method

Initializes a new instance of the StringList struct.
public StringList ( string list, int defaultSelectedIndex ) : System
list string /// The list. ///
defaultSelectedIndex int /// The default selected index. ///
return System

Property Details

SList public_oe property

The s list.
public string[] SList
return string[]

SelectedIndex public_oe property

The selected index.
public int SelectedIndex
return int