'宣言 Public Function New( _ ByVal valueType As FunctionValueType, _ ByVal defaultValue As System.Object _ )
public Parameter( FunctionValueType valueType, System.object defaultValue )
パラメータ
- valueType
- パラメータの値型。
- defaultValue
- パラメータのデフォルト値。
'宣言 Public Function New( _ ByVal valueType As FunctionValueType, _ ByVal defaultValue As System.Object _ )
public Parameter( FunctionValueType valueType, System.object defaultValue )