how to fill List(Of Type)?
问题 I'm trying to validate a multidimensional array of inputs. I need to verify data types before they're sent to a prepared statement. I'm making a Function that can be used to check data types of a multidimensional array received from a WebMethod ajax call, taking a multidimensional array as a parameter and a list of Type s as another to check the columns against. I'm trying to do, for example, Dim columnTypes = New List(Of Type) from {Integer, Integer, String, String} but Visual Studio 2010