Appends the specified value to this array element.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract void AppendValue( char value )
Public MustOverride Sub AppendValue ( value As Char )
public: virtual void AppendValue( wchar_t value ) abstract
Parameters
- value (Char)
- The appended value.
Exceptions
Exception | Condition |
---|---|
NotSupportedException |
Called on a non-array or the elment is read-only.
|
InvalidConversionException |
The specified value cannot be converted to data type of the array.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1