Click or drag to resize

IDataStore<T> Interface

Base data store interface to bind to a collection of objects of a particular type.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IDataStore<out T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.IDataStore`1"]

The IDataStore<T> type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of items in this data store.
Public propertyItem
Gets the object at the specified index.
Top
Remarks
See Also