Which file should I add the following program to?

In 'SDL Core API.chm'
Defining an Extension Point, 'Going back to the example,...'

This is written on this document, but which file should I add the following program to?

[ExtensionPointInfo("Message Transmitters", ExtensionPointBehavior.Static)]
public class MessageTransmitterAttribute : ExtensionAttribute
{...