IEnumerable not allow add/remove object to collection
ICollection index no work, ICollection[i] no work
IList is interface implement by List. Gather for future change.
IQueryable high performance to filter huge data.
Ienumerable remember state, ienumerator not remember state when u pass from 1 function to another function.
No comments:
Post a Comment