SDKDocGenerator.Writers.ConstructorWriter.GetSummaryDocumentation C# (CSharp) Method

GetSummaryDocumentation() protected method

protected GetSummaryDocumentation ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement
        protected override XElement GetSummaryDocumentation()
        {
            var element = NDocUtilities.FindDocumentation(this._constructorInfo);
            return element;
        }