net90_PropertyGridHelpers.ServiceProviders_CustomServiceProvider_GetService - dparvin/PropertyGridHelpers GitHub Wiki

CustomServiceProvider.GetService method

Retrieves a service object of the specified type.

public object GetService(Type serviceType)
parameter description
serviceType An object that specifies the type of service object to retrieve.

Return Value

A service object of type serviceType, or null if no service of that type is registered.

See Also

⚠️ **GitHub.com Fallback** ⚠️