public static void SetParameterValue<T>(
ref CommandLineValueParameter<T> refParameter,
string argument
)
where T : IConvertible
Public Shared Sub SetParameterValue(Of T As IConvertible) (
ByRef refParameter As CommandLineValueParameter(Of T),
argument As String
)
Dim refParameter As CommandLineValueParameter(Of T)
Dim argument As String
UtilApplicationParameterization.SetParameterValue(refParameter,
argument)
public:
generic<typename T>
where T : IConvertible
static void SetParameterValue(
CommandLineValueParameter<T>^% refParameter,
String^ argument
)
static member SetParameterValue :
refParameter : CommandLineValueParameter<'T> byref *
argument : string -> unit when 'T : IConvertible
No code example is currently available or this language may not be supported.