NLSMap StructureNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents a JSON-serializable structure that keys [N]ame and [D]escription on lang ISO. It respects JSONWritingOptions.NLSMapLanguageISO and NLSMapLanguageISODefault

Namespace: NFX.Serialization.JSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[SerializableAttribute]
public struct NLSMap : IEnumerable<KeyValuePair<string, NLSMap..::..NDPair>>, 
	IEnumerable, IJSONWritable
See Also