[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.Model
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public int CountChildrenByType(
	Type filterType
)
Visual Basic
Public Function CountChildrenByType ( _
	filterType As Type _
) As Integer
F#
abstract CountChildrenByType : 
        filterType:Type -> int 
override CountChildrenByType : 
        filterType:Type -> int 

Parameters

filterType
Type: System..::..Type

[Missing <param name="filterType"/> documentation for "M:DynamicNode.Model.ParentObject`2.CountChildrenByType(System.Type)"]

Return Value

Die Anzahl aller Kindelemente vom TypefilterType.

Implements

IParent<(Of <(<'TSelf, TChild>)>)>..::..CountChildrenByType(Type)

See Also