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

Classes

interface  IG.Lib.ILockable
 Lockable object, has a Lock property that returns object on which lock must be performed in order to lock the object. More...
 
class  IG.Lib.Util
 General utilities. More...
 
class  IG.Lib.KeyValueSortable< Tkey, Tvalue >
 Class representing a key-value pair where sorting can be performed both with respect to key and with respect to value. More...
 
class  IG.Lib.KeyValueSortable< Tkey, Tvalue >.ComparerBase
 Base class for different IComparer classes. More...
 
class  IG.Lib.KeyValueSortable< Tkey, Tvalue >.ComparerKeyBase
 IComparer that compares the key first and then eventually the value and finally the additional ordering parameter, dependent on constructor parameters. More...
 
class  IG.Lib.KeyValueSortable< Tkey, Tvalue >.ComparerValueBase
 IComparer that compares the key first and then eventually the value and finally the additional ordering parameter, dependent on constructor parameters. More...
 

Namespaces

package  IG.Lib