Important .NET Interfaces
There are many notable class interfaces that are part of the .NET framework. Here are some important ones:
ICloneable: Supports cloning which creates a new instance of a class
with the same value as an existing instance of the class.
ICollection: Defines size, enumerators and synchronization methods
for all collections.
IComparable: Specifies that the class provides a CompareTo method
allowing comparison between a current instance of the class and another object of the same type.
IEnumerable: Allows iteration using an enumerator over a collection.
IFormattable: Provides functionality to format an object into a string.
IHttpHandler: Defines the contract that ASP.NET implements to synchronously
process HTTP Web requests using custom HTTP handlers.
IHttpModule: Provides ASP.NET module initialization and disposal events to
the implementing class.
|
|
Search Engine Optimization
 
Syndication Viewer
Our Web host:
IX WebHosting
|