IGLib  1.5
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
UtilObjectStore.cs File Reference

Classes

interface  IG.Lib.IObjectStore< T >
 Object store. Objects of the specified type can be stored here for later reuse (efficiency improvement).

Template Parameters
TType of objects to be stored, must be a reference type.
More...
 
class  IG.Lib.ObjectStore< T >
 Object store. Objects of the specified type can be stored here for later reuse (efficiency improvement). IMPORTANT: Override IsEligible(), NotEligibleMessage() and TryGetNew() and possibly TryStore() methods in derived classes when applicable. More...
 

Namespaces

package  IG.Lib