Method PutAll
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<Boolean, TValue>)
This implementation enumerates over the specified dictionary
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IDictionary<bool, TValue> dictionary)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IDictionary<System.Boolean, TValue> | dictionary | A dictionary of values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<Byte, TValue>)
This implementation enumerates over the specified dictionary
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IDictionary<byte, TValue> dictionary)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IDictionary<System.Byte, TValue> | dictionary | A dictionary of values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<Char, TValue>)
This implementation enumerates over the specified dictionary
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IDictionary<char, TValue> dictionary)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IDictionary<System.Char, TValue> | dictionary | A dictionary of values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<Int32, TValue>)
This implementation enumerates over the specified dictionary
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IDictionary<int, TValue> dictionary)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IDictionary<System.Int32, TValue> | dictionary | A dictionary of values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<Int64, TValue>)
This implementation enumerates over the specified dictionary
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IDictionary<long, TValue> dictionary)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IDictionary<System.Int64, TValue> | dictionary | A dictionary of values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<SByte, TValue>)
This implementation enumerates over the specified dictionary
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
[CLSCompliant(false)]
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IDictionary<sbyte, TValue> dictionary)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IDictionary<System.SByte, TValue> | dictionary | A dictionary of values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<Int16, TValue>)
This implementation enumerates over the specified dictionary
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IDictionary<short, TValue> dictionary)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IDictionary<System.Int16, TValue> | dictionary | A dictionary of values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<UInt32, TValue>)
This implementation enumerates over the specified dictionary
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
[CLSCompliant(false)]
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IDictionary<uint, TValue> dictionary)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IDictionary<System.UInt32, TValue> | dictionary | A dictionary of values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<UInt64, TValue>)
This implementation enumerates over the specified dictionary
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
[CLSCompliant(false)]
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IDictionary<ulong, TValue> dictionary)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IDictionary<System.UInt64, TValue> | dictionary | A dictionary of values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<UInt16, TValue>)
This implementation enumerates over the specified dictionary
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
[CLSCompliant(false)]
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IDictionary<ushort, TValue> dictionary)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IDictionary<System.UInt16, TValue> | dictionary | A dictionary of values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<Boolean, TValue>>)
This implementation enumerates over the specified collection
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IEnumerable<KeyValuePair<bool, TValue>> collection)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Boolean, TValue>> | collection | The values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<Byte, TValue>>)
This implementation enumerates over the specified collection
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IEnumerable<KeyValuePair<byte, TValue>> collection)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Byte, TValue>> | collection | The values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<Char, TValue>>)
This implementation enumerates over the specified collection
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IEnumerable<KeyValuePair<char, TValue>> collection)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Char, TValue>> | collection | The values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<Int32, TValue>>)
This implementation enumerates over the specified collection
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IEnumerable<KeyValuePair<int, TValue>> collection)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Int32, TValue>> | collection | The values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<Int64, TValue>>)
This implementation enumerates over the specified collection
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IEnumerable<KeyValuePair<long, TValue>> collection)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Int64, TValue>> | collection | The values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<SByte, TValue>>)
This implementation enumerates over the specified collection
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
[CLSCompliant(false)]
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IEnumerable<KeyValuePair<sbyte, TValue>> collection)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.SByte, TValue>> | collection | The values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<Int16, TValue>>)
This implementation enumerates over the specified collection
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IEnumerable<KeyValuePair<short, TValue>> collection)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Int16, TValue>> | collection | The values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<UInt32, TValue>>)
This implementation enumerates over the specified collection
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
[CLSCompliant(false)]
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IEnumerable<KeyValuePair<uint, TValue>> collection)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.UInt32, TValue>> | collection | The values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<UInt64, TValue>>)
This implementation enumerates over the specified collection
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
[CLSCompliant(false)]
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IEnumerable<KeyValuePair<ulong, TValue>> collection)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.UInt64, TValue>> | collection | The values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<UInt16, TValue>>)
This implementation enumerates over the specified collection
's
entries, and calls this map's Put(String, TValue) operation once for each entry.
Declaration
[CLSCompliant(false)]
public static void PutAll<TValue>(this CharArrayMap<TValue> map, IEnumerable<KeyValuePair<ushort, TValue>> collection)
Parameters
Type | Name | Description |
---|---|---|
CharArrayMap<TValue> | map | this map |
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.UInt16, TValue>> | collection | The values to add/update in the current map. |
Type Parameters
Name | Description |
---|---|
TValue |