'宣言 Public Overridable Function ReadBytes( _ ByVal count As System.Integer _ ) As System.Byte()
'使用法 Dim instance As FontSubSet.BigEndianBinaryReader Dim count As System.Integer Dim value() As System.Byte value = instance.ReadBytes(count)
public virtual System.byte[] ReadBytes( System.int count )
パラメータ
- count