Click or drag to resize
CacheableKey Type Conversions
Operators
  NameDescription
Public operatorStatic member(Boolean to CacheableKey)
Implicit conversion operator from a boolean to a CacheableKey.
Public operatorStatic member(Byte to CacheableKey)
Implicit conversion operator from a byte to a CacheableKey.
Public operatorStatic member(Char to CacheableKey)
Implicit conversion operator from a character to a CacheableKey.
Public operatorStatic member(Double to CacheableKey)
Implicit conversion operator from a double to a CacheableKey.
Public operatorStatic member(Int16 to CacheableKey)
Implicit conversion operator from a 16-bit integer to a CacheableKey.
Public operatorStatic member(Int32 to CacheableKey)
Implicit conversion operator from a 32-bit integer to a CacheableKey.
Public operatorStatic member(Int64 to CacheableKey)
Implicit conversion operator from a 64-bit integer to a CacheableKey.
Public operatorStatic member(Single to CacheableKey)
Implicit conversion operator from a float to a CacheableKey.
Public operatorStatic member(String to CacheableKey)
Implicit conversion operator from a string to a CacheableKey.
Top
See Also