C# 클래스 ZForge.Controls.PropertyGridEx.CustomChoices

상속: System.Collections.ArrayList
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
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