ElementPrint Method (Stream) |
Prints the contents of this element to the specified Stream.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.9.1
Syntax public abstract void Print(
Stream output
)
Public MustOverride Sub Print (
output As Stream
)
public:
virtual void Print(
Stream^ output
) abstract
abstract Print :
output : Stream -> unit
Parameters
- output
- Type: System.IOStream
Output stream
See Also