Ejemplo n.º 1
0
        public string GetCtorNameTest(string type)
        {
            string result = TypeExtender.GetCtorName(type);

            return(result);
            // TODO: add assertions to method TypeExtenderTest.GetCtorNameTest(String)
        }