'宣言 Protected Overridable Sub AppendInvalidCode( _ ByVal code As HeaderFooterParser.Codes, _ ByVal codePtr As System.Char, _ ByVal index As System.Integer, _ ByVal length As System.Integer _ )
protected virtual void AppendInvalidCode( HeaderFooterParser.Codes code, System.char* codePtr, System.int index, System.int length )
パラメータ
- code
- ヘッダ/フッタの部分を示すHeaderFooterParser.Codes値。
- codePtr
- System.Char 配列。
- index
- 値の開始位置を示す整数値。
- length
- 追加する文字数を示す整数値。