Class UnmarshallerExtensions
public static class UnmarshallerExtensions
  - Inheritance
 - 
      
      UnmarshallerExtensions
 
- Inherited Members
 
Methods
Add<TKey, TValue>(Dictionary<TKey, TValue>, KeyValuePair<TKey, TValue>)
public static void Add<TKey, TValue>(this Dictionary<TKey, TValue> dict, KeyValuePair<TKey, TValue> item)
  Parameters
dictDictionary<TKey, TValue>itemKeyValuePair<TKey, TValue>
Type Parameters
TKeyTValue