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