is it possible to create a generic ReDim function in C# that will take in any data type? creating a ReDim function for a single data type is easy, but handling any data type seems to be confusing.