-
Notifications
You must be signed in to change notification settings - Fork 35
DocHome
andrewvk edited this page Jun 23, 2016
·
17 revisions
CodeJam library
| Namespace | Description |
|---|---|
| CodeJam | |
| CodeJam.Arithmetic | The CodeJam.Arithmetic namespace contains classes that allow to use arithmetic operations with generic arguments. |
| CodeJam.Collections | The CodeJam.Collections namespace contains IEnumerable(T), array, or other collections related functionality. |
| CodeJam.Expressions | |
| CodeJam.IO | |
| CodeJam.Mapping | |
| CodeJam.Metadata | |
| CodeJam.ObjectPools | |
| CodeJam.Reflection | The CodeJam.Reflection namespace contains types that helps working with System.Reflection functionality. |
| CodeJam.Services | The CodeJam.Services namespace contains helper methods to work with IServiceProvider. Namespace also provide some service locator and IoC patterns related functionality. |
| CodeJam.Strings | The CodeJam.Strings namespace contains types for Char and String manipulation. |
| CodeJam.TableData | The CodeJam.TableData namespace contains types for working with CSV and fixed with text data formats. |
| CodeJam.Targeting | |
| CodeJam.Threading | The CodeJam.Threading namespace contains classes related to multithreaded code. |
| CodeJam.Xml | The CodeJam.Xml namespace provides helpers for processing XML. |