AjaxControlToolkit.Reference.Core.Parsing.DocParser.FillInfo C# (CSharp) Method

FillInfo() public method

public FillInfo ( TypeDoc info, IEnumerable values, ContentType contentType ) : void
info TypeDoc
values IEnumerable
contentType ContentType
return void
        public void FillInfo(TypeDoc info, IEnumerable<XElement> values, ContentType contentType)
        {
            GetSummaryAndRemarks(info, values, contentType);
        }

Same methods

DocParser::FillInfo ( ClientEventDoc info, IEnumerable values, ContentType contentType ) : void
DocParser::FillInfo ( ClientPropertyDoc info, IEnumerable values, ContentType contentType ) : void
DocParser::FillInfo ( EventDoc info, IEnumerable values, ContentType contentType ) : void
DocParser::FillInfo ( MethodDoc info, IEnumerable values, ContentType contentType ) : void
DocParser::FillInfo ( PropertyDoc info, IEnumerable values, ContentType contentType ) : void