DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Extension Methods in C#

3 years ago blog.ivankahl.com

Summary: This is a summary of an article originally published by Ivan Kahl. Read the full original article here →

Have you ever needed to extend a class provided by a third-party library? Perhaps you want to add additional functionality or simplify a particular set of methods in the library. While this is a potential solution, we will run into problems if the class we're trying to inherit from is sealed.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com