/// /// XML documentation comment for an interface !Comment!. It has multiple sentences. /// public interface PublicInterface { // Interface body } private interface PrivateInterface { // Interface body } protected interface ProtectedInterface { // Interface body } internal interface InternalInterface { // Interface body }