ServiceLocator.GetService<T> Method |
Gets a service implementation.
Namespace: PostSharp.Patterns.Utilities
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 5.0.55.0 (5.0.55.0)

C#
public static T GetService<T>()
Type Parameters
- T
- Type of the requested service interface.
Return Value
Type: TAn implementation of T, or null if no such service has been registered.
