LocalisedStringsMap Constructor |
Creates a new object.
Namespace: VirtualRadar.LocalisationAssembly: VirtualRadar.Localisation (in VirtualRadar.Localisation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public LocalisedStringsMap(
Type stringsType
)
Public Sub New (
stringsType As Type
)
public:
LocalisedStringsMap(
Type^ stringsType
)
new :
stringsType : Type -> LocalisedStringsMap
Parameters
- stringsType
- Type: SystemType
The type of the generated strings resource object holding all of the strings.
See Also