Interface ISave
public interface ISave
- Extension Methods
Properties
Name
string Name { get; }
Property Value
Methods
Save(out string)
bool Save(out string message)
Parameters
message
string
public interface ISave
string Name { get; }
bool Save(out string message)
message
string