CustomPropCollection
CustomPropCollection class
CustomProps-collectie.
public class CustomPropCollection : Collection
Constructeurs
Eigenschappen
Naam | Beschrijving |
---|
Count { get; } | Haalt het aantal elementen op dat werkelijk in de verzameling zit. |
Item { get; } | Haalt het element op bij gespecificeerde index. |
methoden
Naam | Beschrijving |
---|
Add(CustomProp) | Voeg het CustomProp-object toe aan de verzameling. |
Clear() | Verwijdert alle elementen uit collectie. |
GetEnumerator() | Ondersteunt een eenvoudige herhaling van een niet-generieke collectie. |
IsExist(int) | Bestaat item in de collectie. |
Remove(CustomProp) | Verwijder het CustomProp-object uit de collectie. |
Zie ook