Beispiel #1
0
        public static bool IsRegistered <T>(this VsServiceProviderComponentContainer.VsServiceMap map)
#endif
        {
            return(map.Resolve(typeof(T)) != null);
        }