Esmf.Parameter.Save C# (CSharp) Method

Save() public abstract method

public abstract Save ( string filename, string comment = null ) : void
filename string
comment string
return void
        public abstract void Save(string filename, string comment=null);