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