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