Calling .NET Extension Methods

Unlike C# applications, MATLAB® handles an extension method as a static method of the class that defines the method. Refer to your product documentation for the namespace and class name you need to call such methods.

For information about extension methods, see the MSDN® article at https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2008/bb383977(v=vs.90).