'DeclarationPublic Shared Function FromFile( _ ByVal path As System.String _ ) As NAppSettings
'UsageDim path As System.String Dim value As NAppSettings value = NAppSettings.FromFile(path)
public static NAppSettings FromFile( System.string path )
Parameters
- path