LightingExplorerTab Constructor
public LightingExplorerTab(string title,
Func<Object[]> objects,
Func<LightingExplorerTableColumn[]> columns);
Parameters
| title | The title of the tab. | |
| objects | The objects that the tab must contain. | |
| columns | How the columns should look and behave. |
Description 描述
Constructor.