[To be supplied.]
[Visual Basic] Overridable Public Function GetBytes( _ ByVal i As Integer, _ ByVal buffer() As Byte, _ ByVal length As Integer, _ ByVal bufferoffset As Integer, _ ByVal fieldoffset As Integer _ ) As Integer [C#] public virtual int GetBytes( int i, byte[] buffer, int length, int bufferoffset, int fieldoffset ); [C++] public: virtual int GetBytes( int i, unsigned char* buffer[], int length, int bufferoffset, int fieldoffset ); [JScript] public function GetBytes( i : int, buffer : Byte[], length : int, bufferoffset : int, fieldoffset : int ) : int;
DocumentReader Class | DocumentReader Members | System.Data.XML Namespace