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

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ) : int
Add ( CustomPropertyCollection value ) : int
ToArray ( ) : object
this ( int index ) : CustomPropertyCollection

메소드 상세

Add() 공개 메소드

public Add ( ) : int
리턴 int

Add() 공개 메소드

public Add ( CustomPropertyCollection value ) : int
value CustomPropertyCollection
리턴 int

ToArray() 공개 메소드

public ToArray ( ) : object
리턴 object

this() 공개 메소드

public this ( int index ) : CustomPropertyCollection
index int
리턴 CustomPropertyCollection