| |||||
ICollection InterfaceDefines size, enumerators and synchronization methods for all collections.
RemarksThe ICollection interface is the base interface for classes in the System.Collections namespace. The ICollection interface extends IEnumerable. IDictionary and IList are more specialized interfaces that are based on the ICollection interface.
If neither the IDictionary interface nor the IList interface meet the requirements of the required collection, derive the new collection class from the ICollection interface instead for more flexibility. Some collections that limit access to their elements, like the Queue class and the Stack class, directly implement the ICollection interface. See AlsoIDictionary Interface IEnumerable Interface IList Interface |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme