ITypedObjectPool Interface

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.



Overview

Namespace

Declaration (C#)

public interface ITypedObjectPool<TItem> : IObjectPool<TItem>;

Hierarchy

Properties

Property
Type
Description
ObjectType Type Returns a System.Type instance of the type used in this object pool.

This is used by the class to create a new instance with Activator. This is equal to TypeOf(<type passed as generic parameter>)


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools