示例#1
0
        public static string GetSummary(this FunctionDescriptor member)
        {
            XDocument xml = null;

            if (member.Assembly != null)
            {
                xml = DocumentationServices.GetForAssembly(member.Assembly);
            }

            return(member.GetSummary(xml));
        }