Hello, all
Is it possible to use c# extension classes in PB.NET in the same way which extension classes are used in c#.
What happens in PB.NET with extensions is that I need to access the "EXTENSION" class directory and pass the instance of the extended class. In C# I would be able to use the the function on the extended class directly.
Thank you
Arcady