' identifier.vb Namespace [Namespace] Class [Class] Sub [Sub](ByVal [Integer] As Integer) System.Console.WriteLine([Integer]) End Sub Shared Sub Main() Dim [Dim] As New [Class] [Dim].[Sub](2005) ' ここは[Dim].Sub(2005)でもOK End Sub End Class End Namespace ' コンパイル方法:vbc identifier.vb