Search code examples
Why is the 'this' keyword required to call an extension method from within the extended clas...


c#extension-methods

Read More
Extension Methods with Custom Classes...


c#extension-methods

Read More
Create a method for a specific type...


c#extension-methods

Read More
Does C# have extension properties?...


c#propertiesextension-methods

Read More
Extension method on type...


c#c#-3.0extension-methods

Read More
IEnumerable Extension Methods on an Enum...


c#linqextension-methodsenums

Read More
How to create a static extension method on a class in C#?...


c#extension-methods

Read More
How to Extend the Type Class...


c#.netextension-methods

Read More
Can I add extension methods to an existing static class?...


c#staticextension-methods

Read More
How can I add static Extention method to a existing class in C#...


c#extension-methods

Read More
How to create extension methods for Types...


c#extension-methods

Read More
What are Extension Methods?...


.netextension-methods

Read More
Why can't I create extension methods for static classes?...


c#extension-methodsstatic-classes

Read More
Why is the this. qualifier required when invoking an interface extension method inside a class that ...


c#interfaceextension-methods

Read More
Swift extension example...


swiftextension-methods

Read More
How to access a var from an extension of the same ViewController...


swiftuiviewcontrollerextension-methods

Read More
Error CS9293: Cannot use an extension parameter in this context...


c#extension-methodsc#-14.0

Read More
What is the performance of the Last() extension method for List<T>?...


c#.netlinqextension-methods

Read More
Is it possible to alter a bool value by calling an extension method on the same variable in c#?...


c#booleanextension-methods

Read More
Why IReadOnlyCollection has ElementAt but not IndexOf...


c#linqextension-methodsreadonly-collection

Read More
Unwrapping an arrow-kt Option in an extension function...


kotlinextension-methodsarrow-kt

Read More
Extension to see console.oog in vs code text editor...


javascriptvisual-studio-codeconsoleeditorextension-methods

Read More
How to extend Array in `f#` so that it could be used by `Seq.sum`...


f#extension-methods

Read More
Prefer extension methods for encapsulation and reusability?...


c#c++extension-methodsencapsulation

Read More
Gets AggregateException on LINQ extension method using LINQKIT...


c#linqentity-framework-coreextension-methodslinqkit

Read More
How to use custom functions on LINQ statement?...


c#linqextension-methods

Read More
How to implement a specialized overload of the List.RemoveAll method, with an index parameter in the...


c#listcollectionsextension-methodscorruption

Read More
C# extend indexer?...


c#extension-methodsindexer

Read More
How to build IServiceCollection extension method for a group of services with options?...


c#dependency-injectionextension-methodsioptions

Read More
Extension members for static classes in C# 14...


c#extension-methodsc#-14.0

Read More
BackNext