CompositeDataStream<TObject>.WriteSymbolCore Method

Writes the specified object to the data stream.

Definition

Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
protected abstract void WriteSymbolCore(
	TObject value,
	string name
)

Parameters

value  TObject
The object to write to the data stream.
name  String
The name of the object in the data stream.

See Also