C# Класс ZForge.Controls.PropertyGridEx.CustomChoices

Наследование: System.Collections.ArrayList
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CustomChoices() публичный Метод

public CustomChoices ( ArrayList array ) : System
array System.Collections.ArrayList
Результат System

CustomChoices() публичный Метод

public CustomChoices ( ArrayList array, bool IsSorted ) : System
array System.Collections.ArrayList
IsSorted bool
Результат System

CustomChoices() публичный Метод

public CustomChoices ( double array ) : System
array double
Результат System

CustomChoices() публичный Метод

public CustomChoices ( double array, bool IsSorted ) : System
array double
IsSorted bool
Результат System

CustomChoices() публичный Метод

public CustomChoices ( int array ) : System
array int
Результат System

CustomChoices() публичный Метод

public CustomChoices ( int array, bool IsSorted ) : System
array int
IsSorted bool
Результат System

CustomChoices() публичный Метод

public CustomChoices ( object array ) : System
array object
Результат System

CustomChoices() публичный Метод

public CustomChoices ( object array, bool IsSorted ) : System
array object
IsSorted bool
Результат System

CustomChoices() публичный Метод

public CustomChoices ( string array ) : System
array string
Результат System

CustomChoices() публичный Метод

public CustomChoices ( string array, bool IsSorted ) : System
array string
IsSorted bool
Результат System