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