[Missing <summary> documentation for "M:Lucene.Net.Messages.NLS.GetLocalizedMessage(System.String,System.Object[])"]
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public static string GetLocalizedMessage( string key, Object[] args ) |
Visual Basic |
---|
Public Shared Function GetLocalizedMessage ( _ key As String, _ args As Object() _ ) As String |
Visual C++ |
---|
public: static String^ GetLocalizedMessage( String^ key, array<Object^>^ args ) |
Parameters
- key
- Type: System..::..String
[Missing <param name="key"/> documentation for "M:Lucene.Net.Messages.NLS.GetLocalizedMessage(System.String,System.Object[])"]
- args
- Type: array<System..::..Object>[]()[][]
[Missing <param name="args"/> documentation for "M:Lucene.Net.Messages.NLS.GetLocalizedMessage(System.String,System.Object[])"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Messages.NLS.GetLocalizedMessage(System.String,System.Object[])"]