'宣言 Protected Function New( _ ByVal functionName As System.String, _ ByVal minArgs As System.Integer, _ ByVal maxArgs As System.Integer, _ ByVal attributes As FunctionAttributes _ )
protected Function( System.string functionName, System.int minArgs, System.int maxArgs, FunctionAttributes attributes )
パラメータ
- functionName
- 関数名を表す文字列値。
- minArgs
- 引数の最小数を示す整数値。
- maxArgs
- 引数の最大数を示す整数値。
- attributes
- 関数の属性を示す FunctionAttributes 値。