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