Пример #1
0
        private string InvokeGetParameterName(string name)
        {
            string result = m_innerFormatInfo.GetParameterName(name);

            AssertCsIdentifier("GetParameterName", result);
            return(result);
        }