I am writing a simple List to CSV converter. My converter checks the all the t\'s in List and grabs all public properties and places them
List
t
I prefer
colType.FullName.StartsWith("System")
rather then
colType.Namespace.StartsWith("System")
becose Namespace may be null.
Namespace