Namespace that holds some basic and the most commonly used C# classes. More...
Classes | |
| struct | Action |
| System.Action type implementation. More... | |
| struct | Array |
| Array type implementation. More... | |
| struct | decimal |
| Struct of decimal type implementation. More... | |
| struct | Dictionary |
| System.Generic.Dictionary type implementation. More... | |
| struct | List |
| System.Generic.List type implementation. More... | |
| struct | String |
| String type implementation. More... | |
Namespace that holds some basic and the most commonly used C# classes.
It has common C# classes: string, array, List, Dictionary, Action.