CesiumProperty<T>Implicit Conversion (T to CesiumProperty<T>) |
Namespace:
AGI.Foundation.Cesium.Advanced
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static implicit operator CesiumProperty<T> (
T value
)
Public Shared Widening Operator CType (
value As T
) As CesiumProperty(Of T)
static implicit operator CesiumProperty<T>^ (
T value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: T
The value to convert.
Return Value
Type:
CesiumProperty<T>
A new
ConstantCesiumProperty<T> configured with the given value,
or
null if
value is
null.
See Also