AspUnitRunner.Core.ResultParser.HasSummaryCellAttributes C# (CSharp) Метод

HasSummaryCellAttributes() приватный статический Метод

private static HasSummaryCellAttributes ( IHtmlElement cell ) : bool
cell IHtmlElement
Результат bool
        private static bool HasSummaryCellAttributes(IHtmlElement cell)
        {
            return cell.GetAttribute("COLSPAN") == "3";
        }