HoconSubstitution Conversion (HoconSubstitution to HoconObject) |
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static implicit operator HoconObject (
HoconSubstitution substitution
)
Public Shared Widening Operator CType (
substitution As HoconSubstitution
) As HoconObject
static implicit operator HoconObject^ (
HoconSubstitution^ substitution
)
F# does not support the declaration of new casting operators.
Parameters
- substitution
- Type: Akka.Configuration.HoconHoconSubstitution
The substitution.
Return Value
Type:
HoconObjectThe result of the conversion.
See Also