Initializes a new instance of the Version class
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public Version( string name, int v ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ v As Integer _ ) |
Visual C++ |
---|
public: Version( String^ name, int v ) |
Parameters
- name
- Type: System..::..String
[Missing <param name="name"/> documentation for "M:Lucene.Net.Util.Version.#ctor(System.String,System.Int32)"]
- v
- Type: System..::..Int32
[Missing <param name="v"/> documentation for "M:Lucene.Net.Util.Version.#ctor(System.String,System.Int32)"]