Collections
The types in the Framework for collections can be divided into the following categories: -
Interfaces that define standard collection protocols •
Ready-to-use collection classes (lists, dictionaries, etc.) •
Base classes for writing application-specific collections
Collection Namespace As Follows -
System.Collections Nongeneric collection classes and interfaces
System.Collections.Specialized Strongly typed nongeneric collection classes System.Collections.Generic Generic collection classes and interfaces System.Collections.ObjectModel Proxies and bases for custom collections System.Collections.Concurrent Thread-safe collections
No comments:
Post a Comment