CacheableKey Type Conversions |
Name | Description | |
---|---|---|
![]() ![]() | (Boolean to CacheableKey) |
Implicit conversion operator from a boolean
to a CacheableKey.
|
![]() ![]() | (Byte to CacheableKey) |
Implicit conversion operator from a byte
to a CacheableKey.
|
![]() ![]() | (Char to CacheableKey) |
Implicit conversion operator from a character
to a CacheableKey.
|
![]() ![]() | (Double to CacheableKey) |
Implicit conversion operator from a double
to a CacheableKey.
|
![]() ![]() | (Int16 to CacheableKey) |
Implicit conversion operator from a 16-bit integer
to a CacheableKey.
|
![]() ![]() | (Int32 to CacheableKey) |
Implicit conversion operator from a 32-bit integer
to a CacheableKey.
|
![]() ![]() | (Int64 to CacheableKey) |
Implicit conversion operator from a 64-bit integer
to a CacheableKey.
|
![]() ![]() | (Single to CacheableKey) |
Implicit conversion operator from a float
to a CacheableKey.
|
![]() ![]() | (String to CacheableKey) |
Implicit conversion operator from a string
to a CacheableKey.
|