This is probably a pretty obvious question, but how would I go about creating a List that has multiple parameters without creating a class.
List
Example:
If appropriate, you might use a Dictionary which is also a generic collection:
Dictionary d = new Dictionary(); d.Add("string", 1);