The .NET Standard Interfaces


The .NET Framework defines a large number of interfaces that a C# program can use. For example, System.IComparable defines the CompareTo( ) method, which allows objects to be compared when an ordering relationship is required. Interfaces also form an important part of the Collections classes, which provide various types of storage (such as stacks and queues) for groups of objects. For example, System.Collections.ICollection defines the functionality of a collection. System.Collections.IEnumerator offers a way to sequence through the elements in a collection. These and other interfaces are described in Part II.




C# 2.0(c) The Complete Reference
C# 2.0: The Complete Reference (Complete Reference Series)
ISBN: 0072262095
EAN: 2147483647
Year: 2006
Pages: 300

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net