C# Class ZForge.Controls.PropertyGridEx.CustomPropertyCollectionSet

Inheritance: System.Collections.CollectionBase
显示文件 Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
Add ( ) : int
Add ( CustomPropertyCollection value ) : int
ToArray ( ) : object
this ( int index ) : CustomPropertyCollection

Method Details

Add() public method

public Add ( ) : int
return int

Add() public method

public Add ( CustomPropertyCollection value ) : int
value CustomPropertyCollection
return int

ToArray() public method

public ToArray ( ) : object
return object

this() public method

public this ( int index ) : CustomPropertyCollection
index int
return CustomPropertyCollection