Click or drag to resize
MooshSettings 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 MooshSettingsClass Settings(
	string name = "settings"
)

Parameters

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

Return Value

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