Struct NLSMap.Builder
Facilitates the population of NLSMap from code
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Serialization.JSON
Assembly: Azos.dll
Syntax
public struct Builder
Properties
Map
Returns the built map
Declaration
public NLSMap Map { get; }
Property Value
Type | Description |
---|---|
NLSMap |
Methods
Add(String, String, String)
Declaration
public NLSMap.Builder Add(string langIso, string n, string d)
Parameters
Type | Name | Description |
---|---|---|
System.String | langIso | |
System.String | n | |
System.String | d |
Returns
Type | Description |
---|---|
NLSMap.Builder |