Saves the methodparameters to a file compatible with common PalmSens software.
Namespace: PalmSens.DataFiles
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride Sub Save( _ ByVal filename As String _ ) |
| C# |
|---|
| public abstract void Save( string filename ) |
| C++ |
|---|
| public: void Save( String filename ) abstract |
| J# |
|---|
| public abstract void Save( string filename ) |
| JScript |
|---|
| public abstract
function Save( filename : String ) |
Parameters
- filename
Missing <param name="filename"> tag for "M:PalmSens.DataFiles.MethodFile.Save(System.String)"