'宣言 Protected Overloads MustOverride Sub WriteInt( _ ByVal v As System.Integer _ )
'使用法 Dim instance As C1WriterBase Dim v As System.Integer instance.WriteInt(v)
protected abstract void WriteInt( System.int v )
パラメータ
- v
'宣言 Protected Overloads MustOverride Sub WriteInt( _ ByVal v As System.Integer _ )
'使用法 Dim instance As C1WriterBase Dim v As System.Integer instance.WriteInt(v)
protected abstract void WriteInt( System.int v )