C# Class ZForge.Controls.PropertyGridEx.CustomPropertyCollectionSet

Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ) : int
Add ( CustomPropertyCollection value ) : int
ToArray ( ) : object
this ( int index ) : CustomPropertyCollection

Method Details

Add() public méthode

public Add ( ) : int
Résultat int

Add() public méthode

public Add ( CustomPropertyCollection value ) : int
value CustomPropertyCollection
Résultat int

ToArray() public méthode

public ToArray ( ) : object
Résultat object

this() public méthode

public this ( int index ) : CustomPropertyCollection
index int
Résultat CustomPropertyCollection