Show / Hide Table of Contents

Constructor SerializableSelection

| Improve this Doc View Source

SerializableSelection(IReadOnlyList<RowPresenter>, IReadOnlyList<ColumnSerializer>)

Initializes a new instance of SerializableSelection.

Declaration
public SerializableSelection(IReadOnlyList<RowPresenter> rows, IReadOnlyList<ColumnSerializer> columnSerializers)
Parameters
Type Name Description
System.Collections.Generic.IReadOnlyList<RowPresenter> rows

The selection of rows.

System.Collections.Generic.IReadOnlyList<ColumnSerializer> columnSerializers

The column serializers.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest