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