StructWriterWriteDictionaryT Method

Write IDictionary.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public void WriteDictionary<T>(
	Type t,
	IDictionary<string, Object> dict
)

Parameters

t  Type
Type of object
dict  IDictionaryString, Object
IDictionary with values

Type Parameters

T
Type of object

See Also