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