[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt die Anzahl aller Kindlemente von einem bestimmten
Type
zurück.
Namespace: DynamicNode.ModelAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
| C# |
|---|
int CountChildrenByType(
Type filterType
) |
| Visual Basic |
|---|
Function CountChildrenByType ( _
filterType As Type _
) As Integer |
| F# |
|---|
abstract CountChildrenByType :
filterType:Type -> int
|
Parameters
- filterType
- Type: System..::..Type
[Missing <param name="filterType"/> documentation for "M:DynamicNode.Model.IParent`2.CountChildrenByType(System.Type)"]
Return Value
Die Anzahl aller Kindelemente vom
TypefilterType.
See Also