SerializationWriter.Write(K, V) Method (Dictionary(K, V))
Writes a non-null generic Dictionary into the stream.
Namespace: SobekCM.Core.MemoryMgmt Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0) Syntax
Parameters
Type Parameters
Remarks
The key and value types themselves are not stored - they must be
supplied at deserialization time.
An array of keys is stored followed by an array of values. See AlsoVersion 4.10.0 ( last generated Monday, March 7, 2016 ) |