EventFormatterAppendElement Method |
Append an empty complex element of the appropriate type to the
element which represents an array of 'Element' type.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax public void AppendElement()
public:
void AppendElement()
member AppendElement : unit -> unit
Exceptions Exception | Condition |
---|
InvalidOperationException |
The operating stack is empty.
|
InvalidConversionException |
Cannot convert the current element in the stack to the specified
value type.
|
NotSupportedException |
The current element in the stack is not an array.
|
See Also