AjaxControlToolkit.Reference.Core.Parsing.DocParser.FillInfo C# (CSharp) Метод

FillInfo() публичный Метод

public FillInfo ( EventDoc info, IEnumerable values, ContentType contentType ) : void
info EventDoc
values IEnumerable
contentType ContentType
Результат void
        public void FillInfo(EventDoc 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 ( MethodDoc info, IEnumerable values, ContentType contentType ) : void
DocParser::FillInfo ( PropertyDoc info, IEnumerable values, ContentType contentType ) : void
DocParser::FillInfo ( TypeDoc info, IEnumerable values, ContentType contentType ) : void