Anmelden
Google-Apps
Hauptmenü
Post a Comment On:
Geeks At Work
"Common Interfaces"
No comments yet. -
1 – 0 of 0
The following are some common interfaces implemented by user-defined types:
IComparable: This is required for sorting.
IDisposable: This is used for manually disposing an object
IConvertible: This provides conversion to a base type
ICloneable: This is to provide a copy for an object
IEquatable: This is used when comparison of objects using "==" is required
IFormattable: This is used to convert an object into a formatted string (rather than use the base ToString method)
posted by Nitin Reddy Katkam at
7:50 AM
on Oct 20, 2007
Leave your comment
You can use some HTML tags, such as
<b>, <i>, <a>
This blog does not allow anonymous comments.
Google Account
You will be asked to sign in after submitting your comment.
Please prove you're not a robot
"Common Interfaces"
No comments yet. -