'Declaration
Protected Function GetService( _ ByVal service As System.Type _ ) As System.Object
'Usage
Dim instance As NListBoxCommand Dim service As System.Type Dim value As System.Object value = instance.GetService(service)
protected System.object GetService( System.Type service )
Parameters
- service