Writes the specified object to the data stream.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
protected abstract void WriteSymbolCore(
TObject value,
string name
)
Protected MustOverride Sub WriteSymbolCore (
value As TObject,
name As String
)
protected:
virtual void WriteSymbolCore(
TObject value,
String^ name
) abstract
abstract WriteSymbolCore :
value : 'TObject *
name : string -> unit
Parameters
- value
- Type: TObject
The object to write to the data stream. - name
- Type: SystemString
The name of the object in the data stream.
Reference