Click here to Skip to main content
15,887,350 members
Articles / Programming Languages / C#

Implementing IDumpable Interface in C#

Rate me:
Please Sign up or sign in to vote.
1.40/5 (11 votes)
24 Aug 2022CPOL2 min read 6.3K   37   3  
How to implement IDumpable Interface
The IDumpable interface is just a simple interface which has a Dump() method and a public property. Every class that wishes to implement the IDumpable interface has to implement the Dump() method and can make use of public property to manage the execution of the code.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Product Manager Pitney Bowes
India India
11.7+ years of software architect, design, development, management, and support experience using Azure & AWS Cloud infrastructures. Developed, managed, and led client, database, and enterprise applications/products on Microsoft Azure, AWS Cloud and Non-Cloud platforms with Microsoft Technology stack.

Comments and Discussions