Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 467 Bytes

File metadata and controls

13 lines (7 loc) · 467 Bytes

Statics in Interfaces

DRAFT

Owners Immo Landwerth | Mads Torgersen

C# is looking at enabling static abstract members in interfaces (dotnet/csharplang#4436). From the libraries perspective, this is an opportunity to enable "generic math" which could define a new baseline for how developers write algorithms in .NET.

Designs

Requirements

Scenarios