IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
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). 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