MooshSettingsClass Constructor |
Initializes a Moosh.Settings object from the specified filename.
Namespace: MooshAssembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SettingsClass(
string fileName
)
Public Sub New (
fileName As String
)
public:
SettingsClass(
String^ fileName
)
new :
fileName : string -> SettingsClass
Parameters
- fileName
- Type: SystemString
The filename to read and write.
See Also