public virtual bool AcceptsMissingArgument(
int
)
'Declaration
Public Overridable Function AcceptsMissingArgument( _
ByVal As Integer _
) As Boolean
'使用法
Dim instance As FunctionInfo
Dim i As Integer
Dim value As Boolean
value = instance.AcceptsMissingArgument(i)
パラメータ
- i
- 引数のインデックス
戻り値の型
関数が不明のオプションの引数を受け付ける場合はtrue、それ以外の場合はfalse