Writes all vectors with the specified element type to the data stream.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public void Write<T>(
Dictionary<string, Vector<T>> values
)
Public Sub Write(Of T) (
values As Dictionary(Of String, Vector(Of T))
)
public:
generic<typename T>
void Write(
Dictionary<String^, Vector<T>^>^ values
)
member Write :
values : Dictionary<string, Vector<'T>> -> unit
Parameters
- values
- Type: System.Collections.GenericDictionaryString, VectorT
Type Parameters
- T
- The element type of the vectors.
Return Value
Type:
A dictionary containing the vectors
read from the data stream using their name as the key.
Reference