Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: CombinedCell<TCell>(IEnumerable<TCell>, bool)

Declaration

internal CombinedCell<TCell>(
    IEnumerable<TCell> cells,
    bool allowEmpty
)