Serializable Conversion (Int16 to Serializable) |
Implicit conversion operator from a 16-bit integer array
to a Serializable.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static implicit operator Serializable (
short[] value
)
Public Shared Widening Operator CType (
value As Short()
) As Serializable
static implicit operator Serializable^ (
array<short>^ value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemInt16
Return Value
Type:
Serializable
See Also