Extensible dynamic type in C# | Expand Object In C# | C# Bangla Tutorial | Advanced C#




Extensible Objects


The extensible object pattern is used to either extend existing runtime classes with new functionality or to add new state to an object. Extensions, attached to one of the extensible objects, enable behaviors at very different stages in processing to access shared state and functionality attached to a common extensible object that they can access.

Post a Comment

Previous Post Next Post