'Declaration
Public Shared Function GetComponents( _ ByVal type As System.Type _ ) As System.Collections.ArrayList
'Usage
Dim type As System.Type Dim value As System.Collections.ArrayList value = NUIManager.GetComponents(type)
public static System.Collections.ArrayList GetComponents( System.Type type )
Parameters
- type