Initialize a given class with the message bundle Keys Should be called from
a class that extends NLS in a static block at class load time.
Namespace: Lucene.Net.MessagesAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
protected internal static void InitializeMessages(
string bundleName,
Type clazz
) |
| Visual Basic |
|---|
Protected Friend Shared Sub InitializeMessages ( _
bundleName As String, _
clazz As Type _
) |
| Visual C++ |
|---|
protected public:
static void InitializeMessages(
String^ bundleName,
Type^ clazz
) |
See Also