IDataModelGeneric

Description

interface Tinman.Engine.GUI.Components.IDataModelGeneric<TValue out>

Derived from

IDataModel

Extended by

DataModelBase abstract

Base interface for data models that have a specific data type for each model row.

Public / Methods

Value​At


public method ValueAt → (1)

row in : int32

[0..IDataModel.Rows-1]
The row index.

returns → TValue

The row value.

Returns the value at the given row.