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