public static implicit operator CommandLineValueParameter<T> (
CommandLineValueParameter<decimal> cmd
)
Public Shared Widening Operator CType (
cmd As CommandLineValueParameter(Of Decimal)
) As CommandLineValueParameter(Of T)
Dim input As CommandLineValueParameter(Of Decimal)
Dim output As CommandLineValueParameter(Of T)
output = CType(input, CommandLineValueParameter(Of T))
static implicit operator CommandLineValueParameter<T>^ (
CommandLineValueParameter<Decimal>^ cmd
)
No code example is currently available or this language may not be supported.