コード例 #1
0
ファイル: TypeExtenderTest.cs プロジェクト: 5l1v3r1/Aphid
        public string GetCtorNameTest(string type)
        {
            string result = TypeExtender.GetCtorName(type);

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