'宣言 Public Function ParmInt( _ ByVal i As System.Integer _ ) As System.Integer
'使用法 Dim instance As ParmExpression Dim i As System.Integer Dim value As System.Integer value = instance.ParmInt(i)
public System.int ParmInt( System.int i )
パラメータ
- i
'宣言 Public Function ParmInt( _ ByVal i As System.Integer _ ) As System.Integer
'使用法 Dim instance As ParmExpression Dim i As System.Integer Dim value As System.Integer value = instance.ParmInt(i)
public System.int ParmInt( System.int i )