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