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