how can i make a collection that can store a data type (say string, datetime, decimal, etc..)? and that use this collection to perform comparison as such:
if (pi.PropertyType.IsIn ([how can check against the collection of type) //where pi is a property info]))
{
}
any suggestions?
1 Answer