Method ContainsKey
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
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
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
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
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
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
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
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
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
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