C# Class ZForge.Controls.PropertyGridEx.CustomChoices

Inheritance: System.Collections.ArrayList
Datei anzeigen Open project: zhuangyy/Motion

Public Methods

Method Description
CustomChoices ( ArrayList array ) : System
CustomChoices ( ArrayList array, bool IsSorted ) : System
CustomChoices ( double array ) : System
CustomChoices ( double array, bool IsSorted ) : System
CustomChoices ( int array ) : System
CustomChoices ( int array, bool IsSorted ) : System
CustomChoices ( object array ) : System
CustomChoices ( object array, bool IsSorted ) : System
CustomChoices ( string array ) : System
CustomChoices ( string array, bool IsSorted ) : System

Method Details

CustomChoices() public method

public CustomChoices ( ArrayList array ) : System
array System.Collections.ArrayList
return System

CustomChoices() public method

public CustomChoices ( ArrayList array, bool IsSorted ) : System
array System.Collections.ArrayList
IsSorted bool
return System

CustomChoices() public method

public CustomChoices ( double array ) : System
array double
return System

CustomChoices() public method

public CustomChoices ( double array, bool IsSorted ) : System
array double
IsSorted bool
return System

CustomChoices() public method

public CustomChoices ( int array ) : System
array int
return System

CustomChoices() public method

public CustomChoices ( int array, bool IsSorted ) : System
array int
IsSorted bool
return System

CustomChoices() public method

public CustomChoices ( object array ) : System
array object
return System

CustomChoices() public method

public CustomChoices ( object array, bool IsSorted ) : System
array object
IsSorted bool
return System

CustomChoices() public method

public CustomChoices ( string array ) : System
array string
return System

CustomChoices() public method

public CustomChoices ( string array, bool IsSorted ) : System
array string
IsSorted bool
return System