-
Notifications
You must be signed in to change notification settings - Fork 1
TestStatements
Joe Care edited this page Oct 25, 2022
·
5 revisions
inspired by MS C# Walktroughs
This is the Main-project, containing most of the examples.
Example for vaious system-statements.
Example for the CSharp-typesystem
Example for Interface & Class-members
Example for "Collection/Generic"-namespace
- Comparer
- Dictionary
- SortedList
- HashSet
Example for CSharp-constants vs. readonly properties
Example for CSharp-datatypes
- Enum
- String incl. formating
- integrated Typed
- Type Helpers or Type-extensions
Tests for TestStatements.