Click or drag to resize
Moosh.Settings Method
Reads or creates a CSV settings file with the desired name.

Namespace: Moosh
Assembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Moosh. SettingsClass Settings(
	string name = "settings"
)

Parameters

name (Optional)
Type: System.String
The desired name for these settings.

Return Value

Type: Moosh.SettingsClass
Returns a Moosh.SettingsClass instance.
See Also