According to the MSDN documentation, you create a #Region with the CodeRegionDirective class... but it is not obvious to me how to put code inside that region?

I want to generate:-
Code:
#Region "Private members"
  Private Readonly m_Id As Integer
#End Region
Any ideas?