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