DictionaryHelperToDictionaryT Method

Convert from object to IDictionary.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public static IDictionary<string, Object> ToDictionary<T>(
	T o
)

Parameters

o  T
object

Type Parameters

T
Type of object

Return Value

IDictionaryString, Object
IDictionary with values

See Also