'Declaration
Function ContainsChildOfType( _ ByVal type As System.Type _ ) As System.Boolean
'Usage
Dim instance As INDockZoneChildContainer Dim type As System.Type Dim value As System.Boolean value = instance.ContainsChildOfType(type)
System.bool ContainsChildOfType( System.Type type )
Parameters
- type