 Declaration Syntax
 Declaration Syntax| C# | 
public class DictionaryUnmarshaller<K, V, KUnmarshaller, VUnmarshaller> : IUnmarshaller<Dictionary<K, V>, XmlUnmarshallerContext>, IUnmarshaller<Dictionary<K, V>, JsonUnmarshallerContext> where KUnmarshaller : Object, IUnmarshaller<K, XmlUnmarshallerContext>, IUnmarshaller<K, JsonUnmarshallerContext> where VUnmarshaller : Object, IUnmarshaller<V, XmlUnmarshallerContext>, IUnmarshaller<V, JsonUnmarshallerContext>
 Generic Template Parameters
 Generic Template Parameters- K
- V
- KUnmarshaller
- VUnmarshaller
 Members
 Members| All Members | Constructors | Methods | |||
| Icon | Member | Description | 
|---|---|---|
|  | DictionaryUnmarshaller<(Of <(<'K, V, KUnmarshaller, VUnmarshaller>)>)>(KUnmarshaller, VUnmarshaller) | Initializes a new instance of the DictionaryUnmarshaller<(Of <(<'K, V, KUnmarshaller, VUnmarshaller>)>)> class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Unmarshall(JsonUnmarshallerContext) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DictionaryUnmarshaller<(Of <(<'K, V, KUnmarshaller, VUnmarshaller>)>)> |