|
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...
|
|