Localiser Constructor (Type) |
Creates a new object.
Namespace: VirtualRadar.LocalisationAssembly: VirtualRadar.Localisation (in VirtualRadar.Localisation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Localiser(
Type stringsResourceType
)
Public Sub New (
stringsResourceType As Type
)
public:
Localiser(
Type^ stringsResourceType
)
new :
stringsResourceType : Type -> Localiser
Parameters
- stringsResourceType
- Type: SystemType
The type of the Strings class created by the resource compiler.
See Also