[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() | NLSMap(String) |
Makes NLSMap out of JSON string: {eng: {n: 'Cucumber',d: 'It is green'}, deu: {n='Gurke',d='Es ist grün'}}
|
![]() | NLSMap(IConfigSectionNode) |
Makes NLSMap out of conf node: eng{n='Cucumber' d='It is green'} deu{n='Gurke' d='Es ist grün'}
|
![]() | NLSMap( NLSMap NDPair ) | Initializes a new instance of the NLSMap class |
See Also