Show / Hide Table of Contents

Interface ISourceSelector

Builder interface to select the source table for a table combine operation.

Namespace: Nett
Assembly: Nett.dll
Syntax
public interface ISourceSelector

Methods

| Improve this Doc View Source

With(TomlTable)

Selects the source table for a table combine operation.

Declaration
ICommentOperationOrRowSelector With(TomlTable source)
Parameters
Type Name Description
TomlTable source

The source table.

Returns
Type Description
ICommentOperationOrRowSelector

A builder object allowing to select the comment operation or set the rows for the operation.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX