예제 #1
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @SuppressWarnings("unchecked") private static void unsafeBeanContextAdd(java.beans.beancontext.BeanContext beanContext, Object res)
        private static void UnsafeBeanContextAdd(BeanContext beanContext, Object res)
        {
            beanContext.Add(res);
        }