[To be supplied.]
[Visual Basic] Overridable Public Function GetChars( _ ByVal i As Integer, _ ByVal buffer() As Char, _ ByVal length As Integer, _ ByVal bufferOffset As Integer, _ ByVal fieldOffset As Integer _ ) As Integer [C#] public virtual int GetChars( int i, char[] buffer, int length, int bufferOffset, int fieldOffset ); [C++] public: virtual int GetChars( int i, __wchar_t* buffer[], int length, int bufferOffset, int fieldOffset ); [JScript] public function GetChars( i : int, buffer : Char[], length : int, bufferOffset : int, fieldOffset : int ) : int;
DocumentNavigator Class | DocumentNavigator Members | System.Data.XML Namespace