Initializes a new instance of the Parameter class

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
protected internal Parameter(
	string name
)
Visual Basic
Protected Friend Sub New ( _
	name As String _
)
Visual C++
protected public:
Parameter(
	String^ name
)

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:Lucene.Net.Util.Parameter.#ctor(System.String)"]

See Also