In .NET, both array and list have Enumerable as ancestor, so a method that accept Enumerable as an argument can receive both array and list as its argument. I wonder if ther
Both derive from java.lang.Object. However, this isn't collection-related, which I think is what you're looking for.
java.lang.Object