LINQ Cookbook, Recipe 4: Find all complex types in a given assembly (Kit George)
Ingredients: - Visual Studio 2008 (Beta2 or Higher) - An assembly which you want to analyze (in this example, we use mscorlib.dll, the assembly which houses String)- A definition for 'Complex Type'. In this instance, a complex type is define...