'宣言 Public Function New( _ ByVal name As System.String _ )
'使用法 Dim name As System.String Dim instance As New QueryParameter(name)
public QueryParameter( System.string name )
パラメータ
- name
- The unique name of this parameter.
'宣言 Public Function New( _ ByVal name As System.String _ )
'使用法 Dim name As System.String Dim instance As New QueryParameter(name)
public QueryParameter( System.string name )