Table of Contents

Class UnmarshallerExtensions

Namespace
Amazon.Runtime.Internal.Transform
Assembly
AWSSDK.Core.dll
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

dict Dictionary<TKey, TValue>
item KeyValuePair<TKey, TValue>

Type Parameters

TKey
TValue