Click or drag to resize
ExpandoObjectHelpersToDictionary Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Dictionary<string, Object> ToDictionary(
	this ExpandoObject item
)

Parameters

item
Type: System.DynamicExpandoObject

Return Value

Type: DictionaryString, Object

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ExpandoObject. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also