CompositeDataStream<TObject>.TryReadSymbol Method

Attempts to read a named object from the data stream.

Definition

Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public bool TryReadSymbol(
	out KeyValuePair<string, TObject> symbol
)

Parameters

symbol  KeyValuePair<String, TObject>
On return, a pair made up of the name of the object that was read and its value.

Return Value

Boolean
A KeyValuePair<TKey, TValue> with the name of the object as the key and its value as the value.

See Also