Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Talk:Uniform function call syntax

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 8 months ago by ~2025-33515-70 in topic C# Extension methods

Capitalisation

[edit]

Why is it capitalised? Shouldn't it be "uniform function call syntax" (in the title, "Uniform function call syntax")?

--Mortense (talk) 16:24, 18 October 2020 (UTC)Reply

C# Extension methods

[edit]

Isn't this the same as Extension Methods in C#?  Preceding unsigned comment added by 2A02:810A:EC0:24F4:AEFD:CEFF:FE3D:9E83 (talk) 08:13, 16 February 2022 (UTC)Reply

Not really. Extension Methods work very differently, and can only be attached to specific types, and can only be called in method way. UFCS can be polymorphic and templated, can be overloaded, and shadowed, and can be called as a function, method or property-like.
It is very similar, but not quite there, and also implemented rather differently. ~2025-33515-70 (talk) 02:46, 16 November 2025 (UTC)Reply