Tagged values for C# 3.x

 

Tagged values on a method

 

Name

Parameters

Role

CsExtension

N/A

Used to define the method as being an extension of an existing type.

CsPartial

N/A

Authorizes the breakdown of a method into two parts: the definition and the implementation.