TableSyntaxNode.GetBodyRows

TableSyntaxNode.GetBodyRows method

Defines the interface for get body rows.

public IEnumerable<TableRowSyntaxNode> GetBodyRows()

Return Value

The body rows.

See Also