Gets a value indicating whether the collection is a collection of IList objects.
Documentation for this section has not yet been entered.
Using this property in System.Data.DataSet returns true because the System.Data.DataSet class contains a collection of collections. Using this property in System.Data.DataTable returns false because the System.Data.DataTable class contains a collection of objects.