Miscellaneous Utitlities
| Class | Description | |
|---|---|---|
| ArrayUtil | Static utility methods for Arrays. | |
| ClassUtil | Static utility methods to reflectively create new instances. | |
| DelayedDelegateChain | A type of DelegateChain that invokes the Delegates after a specified delay. | |
| Delegate | A Delegate wraps a method and its parameters for deferred execution. | |
| DelegateChain | A DelegateChain invokes multiple Delegate sequentially. | |
| WeakReference | Wraps a weakly referenced instance. |