コード例 #1
0
        public static object Get(Type type)
        {
            if (_provider == null)
            {
                return(null);
            }

            return(_provider.GetVsService(type));
        }
コード例 #2
0
 public static object Get(Type type)
 {
     return(_provider.GetVsService(type));
 }