com.onlineobject.objectnet Namespace

IDataReader<(Of <(<'T>)>)> Interface

Defines a generic data reader interface that extends from IReader.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public interface IDataReader<T> : IReader

Type Parameters

T
The type of data to be read.