T
Tony Johansson
Hello!
If I have a method named Foo in this way.
public X Foo(Y myList)
{
....
}
Here I would be able se pass an ArrayList or an List<T> as Y and
return the same thing as X. Is that possible ?
//Tony
If I have a method named Foo in this way.
public X Foo(Y myList)
{
....
}
Here I would be able se pass an ArrayList or an List<T> as Y and
return the same thing as X. Is that possible ?
//Tony