Class ParamsTable
Class to save deserialization info of object params.
Inheritance
System.Object
ParamsTable
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public static class ParamsTable : Object
Fields
Params
Initializes the table of object parameters.
Declaration
public static Dictionary<object, object> Params
Field Value
Type |
---|
System.Collections.Generic.Dictionary<System.Object, System.Object> |