Class CharArrayMapExtensions
LUCENENET specific extension methods for CharArrayMap
Inheritance
System.Object
CharArrayMapExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public static class CharArrayMapExtensions
Methods
|
Improve this Doc
View Source
ContainsKey<TValue>(CharArrayMap<TValue>, Boolean)
true
if the key
System.Boolean is in the Lucene.Net.Analysis.Util.CharArrayMap`1.KeySet;
otherwise false
Declaration
public static bool ContainsKey<TValue>(this CharArrayMap<TValue> map, bool key)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Boolean |
key |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
ContainsKey<TValue>(CharArrayMap<TValue>, Byte)
true
if the key
System.Byte is in the Lucene.Net.Analysis.Util.CharArrayMap`1.KeySet;
otherwise false
Declaration
public static bool ContainsKey<TValue>(this CharArrayMap<TValue> map, byte key)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Byte |
key |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
ContainsKey<TValue>(CharArrayMap<TValue>, Char)
true
if the key
System.Char is in the Lucene.Net.Analysis.Util.CharArrayMap`1.KeySet;
otherwise false
Declaration
public static bool ContainsKey<TValue>(this CharArrayMap<TValue> map, char key)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Char |
key |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
ContainsKey<TValue>(CharArrayMap<TValue>, Int16)
true
if the key
System.Int16 is in the Lucene.Net.Analysis.Util.CharArrayMap`1.KeySet;
otherwise false
Declaration
public static bool ContainsKey<TValue>(this CharArrayMap<TValue> map, short key)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Int16 |
key |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
ContainsKey<TValue>(CharArrayMap<TValue>, Int32)
true
if the key
System.Int32 is in the Lucene.Net.Analysis.Util.CharArrayMap`1.KeySet;
otherwise false
Declaration
public static bool ContainsKey<TValue>(this CharArrayMap<TValue> map, int key)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Int32 |
key |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
ContainsKey<TValue>(CharArrayMap<TValue>, Int64)
true
if the key
System.Int64 is in the Lucene.Net.Analysis.Util.CharArrayMap`1.KeySet;
otherwise false
Declaration
public static bool ContainsKey<TValue>(this CharArrayMap<TValue> map, long key)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Int64 |
key |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
ContainsKey<TValue>(CharArrayMap<TValue>, SByte)
true
if the key
System.SByte is in the Lucene.Net.Analysis.Util.CharArrayMap`1.KeySet;
otherwise false
Declaration
[CLSCompliant(false)]
public static bool ContainsKey<TValue>(this CharArrayMap<TValue> map, sbyte key)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.SByte |
key |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
ContainsKey<TValue>(CharArrayMap<TValue>, UInt16)
true
if the key
System.UInt16 is in the Lucene.Net.Analysis.Util.CharArrayMap`1.KeySet;
otherwise false
Declaration
[CLSCompliant(false)]
public static bool ContainsKey<TValue>(this CharArrayMap<TValue> map, ushort key)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.UInt16 |
key |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
ContainsKey<TValue>(CharArrayMap<TValue>, UInt32)
true
if the key
System.UInt32 is in the Lucene.Net.Analysis.Util.CharArrayMap`1.KeySet;
otherwise false
Declaration
[CLSCompliant(false)]
public static bool ContainsKey<TValue>(this CharArrayMap<TValue> map, uint key)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.UInt32 |
key |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
ContainsKey<TValue>(CharArrayMap<TValue>, UInt64)
true
if the key
System.UInt64 is in the Lucene.Net.Analysis.Util.CharArrayMap`1.KeySet;
otherwise false
Declaration
[CLSCompliant(false)]
public static bool ContainsKey<TValue>(this CharArrayMap<TValue> map, ulong key)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.UInt64 |
key |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
Get<TValue>(CharArrayMap<TValue>, Boolean)
returns the value of the mapping of the chars inside this text
Declaration
public static TValue Get<TValue>(this CharArrayMap<TValue> map, bool text)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Boolean |
text |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Get<TValue>(CharArrayMap<TValue>, Byte)
returns the value of the mapping of the chars inside this text
Declaration
public static TValue Get<TValue>(this CharArrayMap<TValue> map, byte text)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Byte |
text |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Get<TValue>(CharArrayMap<TValue>, Char)
returns the value of the mapping of the chars inside this text
Declaration
public static TValue Get<TValue>(this CharArrayMap<TValue> map, char text)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Char |
text |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Get<TValue>(CharArrayMap<TValue>, Decimal)
returns the value of the mapping of the chars inside this text
Declaration
public static TValue Get<TValue>(this CharArrayMap<TValue> map, decimal text)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Decimal |
text |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Get<TValue>(CharArrayMap<TValue>, Double)
returns the value of the mapping of the chars inside this text
Declaration
public static TValue Get<TValue>(this CharArrayMap<TValue> map, double text)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Double |
text |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Get<TValue>(CharArrayMap<TValue>, Int16)
returns the value of the mapping of the chars inside this text
Declaration
public static TValue Get<TValue>(this CharArrayMap<TValue> map, short text)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Int16 |
text |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Get<TValue>(CharArrayMap<TValue>, Int32)
returns the value of the mapping of the chars inside this text
Declaration
public static TValue Get<TValue>(this CharArrayMap<TValue> map, int text)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Int32 |
text |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Get<TValue>(CharArrayMap<TValue>, Int64)
returns the value of the mapping of the chars inside this text
Declaration
public static TValue Get<TValue>(this CharArrayMap<TValue> map, long text)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Int64 |
text |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Get<TValue>(CharArrayMap<TValue>, SByte)
returns the value of the mapping of the chars inside this text
Declaration
[CLSCompliant(false)]
public static TValue Get<TValue>(this CharArrayMap<TValue> map, sbyte text)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.SByte |
text |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Get<TValue>(CharArrayMap<TValue>, Single)
returns the value of the mapping of the chars inside this text
Declaration
public static TValue Get<TValue>(this CharArrayMap<TValue> map, float text)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Single |
text |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Get<TValue>(CharArrayMap<TValue>, UInt16)
returns the value of the mapping of the chars inside this text
Declaration
[CLSCompliant(false)]
public static TValue Get<TValue>(this CharArrayMap<TValue> map, ushort text)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.UInt16 |
text |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Get<TValue>(CharArrayMap<TValue>, UInt32)
returns the value of the mapping of the chars inside this text
Declaration
[CLSCompliant(false)]
public static TValue Get<TValue>(this CharArrayMap<TValue> map, uint text)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.UInt32 |
text |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Get<TValue>(CharArrayMap<TValue>, UInt64)
returns the value of the mapping of the chars inside this text
Declaration
[CLSCompliant(false)]
public static TValue Get<TValue>(this CharArrayMap<TValue> map, ulong text)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.UInt64 |
text |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Put<TValue>(CharArrayMap<TValue>, Boolean, TValue)
Declaration
public static TValue Put<TValue>(this CharArrayMap<TValue> map, bool text, TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Boolean |
text |
|
TValue |
value |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Put<TValue>(CharArrayMap<TValue>, Byte, TValue)
Declaration
public static TValue Put<TValue>(this CharArrayMap<TValue> map, byte text, TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Byte |
text |
|
TValue |
value |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Put<TValue>(CharArrayMap<TValue>, Char, TValue)
Declaration
public static TValue Put<TValue>(this CharArrayMap<TValue> map, char text, TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Char |
text |
|
TValue |
value |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Put<TValue>(CharArrayMap<TValue>, Int16, TValue)
Declaration
public static TValue Put<TValue>(this CharArrayMap<TValue> map, short text, TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Int16 |
text |
|
TValue |
value |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Put<TValue>(CharArrayMap<TValue>, Int32, TValue)
Declaration
public static TValue Put<TValue>(this CharArrayMap<TValue> map, int text, TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Int32 |
text |
|
TValue |
value |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Put<TValue>(CharArrayMap<TValue>, Int64, TValue)
Declaration
public static TValue Put<TValue>(this CharArrayMap<TValue> map, long text, TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.Int64 |
text |
|
TValue |
value |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Put<TValue>(CharArrayMap<TValue>, SByte, TValue)
Declaration
[CLSCompliant(false)]
public static TValue Put<TValue>(this CharArrayMap<TValue> map, sbyte text, TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.SByte |
text |
|
TValue |
value |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Put<TValue>(CharArrayMap<TValue>, UInt16, TValue)
Declaration
[CLSCompliant(false)]
public static TValue Put<TValue>(this CharArrayMap<TValue> map, ushort text, TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.UInt16 |
text |
|
TValue |
value |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Put<TValue>(CharArrayMap<TValue>, UInt32, TValue)
Declaration
[CLSCompliant(false)]
public static TValue Put<TValue>(this CharArrayMap<TValue> map, uint text, TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.UInt32 |
text |
|
TValue |
value |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Put<TValue>(CharArrayMap<TValue>, UInt64, TValue)
Declaration
[CLSCompliant(false)]
public static TValue Put<TValue>(this CharArrayMap<TValue> map, ulong text, TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
|
System.UInt64 |
text |
|
TValue |
value |
|
Returns
Type Parameters
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
TryGetValue<TValue>(CharArrayMap<TValue>, Boolean, out TValue)
Gets the value associated with the specified key.
Declaration
public static bool TryGetValue<TValue>(this CharArrayMap<TValue> map, bool key, out TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
this map
|
System.Boolean |
key |
The key of the value to get.
|
TValue |
value |
When this method returns, contains the value associated with the specified key,
if the key is found; otherwise, the default value for the type of the value parameter.
This parameter is passed uninitialized.
|
Returns
Type |
Description |
System.Boolean |
true if the CharArrayMap<TValue> contains an element with the specified key; otherwise, false .
|
Type Parameters
|
Improve this Doc
View Source
TryGetValue<TValue>(CharArrayMap<TValue>, Byte, out TValue)
Gets the value associated with the specified key.
Declaration
public static bool TryGetValue<TValue>(this CharArrayMap<TValue> map, byte key, out TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
this map
|
System.Byte |
key |
The key of the value to get.
|
TValue |
value |
When this method returns, contains the value associated with the specified key,
if the key is found; otherwise, the default value for the type of the value parameter.
This parameter is passed uninitialized.
|
Returns
Type |
Description |
System.Boolean |
true if the CharArrayMap<TValue> contains an element with the specified key; otherwise, false .
|
Type Parameters
|
Improve this Doc
View Source
TryGetValue<TValue>(CharArrayMap<TValue>, Char, out TValue)
Gets the value associated with the specified key.
Declaration
public static bool TryGetValue<TValue>(this CharArrayMap<TValue> map, char key, out TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
this map
|
System.Char |
key |
The key of the value to get.
|
TValue |
value |
When this method returns, contains the value associated with the specified key,
if the key is found; otherwise, the default value for the type of the value parameter.
This parameter is passed uninitialized.
|
Returns
Type |
Description |
System.Boolean |
true if the CharArrayMap<TValue> contains an element with the specified key; otherwise, false .
|
Type Parameters
|
Improve this Doc
View Source
TryGetValue<TValue>(CharArrayMap<TValue>, Int16, out TValue)
Gets the value associated with the specified key.
Declaration
public static bool TryGetValue<TValue>(this CharArrayMap<TValue> map, short key, out TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
this map
|
System.Int16 |
key |
The key of the value to get.
|
TValue |
value |
When this method returns, contains the value associated with the specified key,
if the key is found; otherwise, the default value for the type of the value parameter.
This parameter is passed uninitialized.
|
Returns
Type |
Description |
System.Boolean |
true if the CharArrayMap<TValue> contains an element with the specified key; otherwise, false .
|
Type Parameters
|
Improve this Doc
View Source
TryGetValue<TValue>(CharArrayMap<TValue>, Int32, out TValue)
Gets the value associated with the specified key.
Declaration
public static bool TryGetValue<TValue>(this CharArrayMap<TValue> map, int key, out TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
this map
|
System.Int32 |
key |
The key of the value to get.
|
TValue |
value |
When this method returns, contains the value associated with the specified key,
if the key is found; otherwise, the default value for the type of the value parameter.
This parameter is passed uninitialized.
|
Returns
Type |
Description |
System.Boolean |
true if the CharArrayMap<TValue> contains an element with the specified key; otherwise, false .
|
Type Parameters
|
Improve this Doc
View Source
TryGetValue<TValue>(CharArrayMap<TValue>, Int64, out TValue)
Gets the value associated with the specified key.
Declaration
public static bool TryGetValue<TValue>(this CharArrayMap<TValue> map, long key, out TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
this map
|
System.Int64 |
key |
The key of the value to get.
|
TValue |
value |
When this method returns, contains the value associated with the specified key,
if the key is found; otherwise, the default value for the type of the value parameter.
This parameter is passed uninitialized.
|
Returns
Type |
Description |
System.Boolean |
true if the CharArrayMap<TValue> contains an element with the specified key; otherwise, false .
|
Type Parameters
|
Improve this Doc
View Source
TryGetValue<TValue>(CharArrayMap<TValue>, SByte, out TValue)
Gets the value associated with the specified key.
Declaration
[CLSCompliant(false)]
public static bool TryGetValue<TValue>(this CharArrayMap<TValue> map, sbyte key, out TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
this map
|
System.SByte |
key |
The key of the value to get.
|
TValue |
value |
When this method returns, contains the value associated with the specified key,
if the key is found; otherwise, the default value for the type of the value parameter.
This parameter is passed uninitialized.
|
Returns
Type |
Description |
System.Boolean |
true if the CharArrayMap<TValue> contains an element with the specified key; otherwise, false .
|
Type Parameters
|
Improve this Doc
View Source
TryGetValue<TValue>(CharArrayMap<TValue>, UInt16, out TValue)
Gets the value associated with the specified key.
Declaration
[CLSCompliant(false)]
public static bool TryGetValue<TValue>(this CharArrayMap<TValue> map, ushort key, out TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
this map
|
System.UInt16 |
key |
The key of the value to get.
|
TValue |
value |
When this method returns, contains the value associated with the specified key,
if the key is found; otherwise, the default value for the type of the value parameter.
This parameter is passed uninitialized.
|
Returns
Type |
Description |
System.Boolean |
true if the CharArrayMap<TValue> contains an element with the specified key; otherwise, false .
|
Type Parameters
|
Improve this Doc
View Source
TryGetValue<TValue>(CharArrayMap<TValue>, UInt32, out TValue)
Gets the value associated with the specified key.
Declaration
[CLSCompliant(false)]
public static bool TryGetValue<TValue>(this CharArrayMap<TValue> map, uint key, out TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
this map
|
System.UInt32 |
key |
The key of the value to get.
|
TValue |
value |
When this method returns, contains the value associated with the specified key,
if the key is found; otherwise, the default value for the type of the value parameter.
This parameter is passed uninitialized.
|
Returns
Type |
Description |
System.Boolean |
true if the CharArrayMap<TValue> contains an element with the specified key; otherwise, false .
|
Type Parameters
|
Improve this Doc
View Source
TryGetValue<TValue>(CharArrayMap<TValue>, UInt64, out TValue)
Gets the value associated with the specified key.
Declaration
[CLSCompliant(false)]
public static bool TryGetValue<TValue>(this CharArrayMap<TValue> map, ulong key, out TValue value)
Parameters
Type |
Name |
Description |
CharArrayMap<TValue> |
map |
this map
|
System.UInt64 |
key |
The key of the value to get.
|
TValue |
value |
When this method returns, contains the value associated with the specified key,
if the key is found; otherwise, the default value for the type of the value parameter.
This parameter is passed uninitialized.
|
Returns
Type |
Description |
System.Boolean |
true if the CharArrayMap<TValue> contains an element with the specified key; otherwise, false .
|
Type Parameters