Skip to content

Topic

Static abstract interface members

A C# feature allowing an interface to declare static members, including operators and properties, that implementing types must supply and that generic code can call through a type parameter.

Current clusters