'Declaration Public Overloads Sub Add( _
ByVal filenameThe filename.As System.String, _
ByVal readonlyModeA value indicating whether file should be opened in readonly mode.As Boolean _
)
public void Add(
System.String filename,
bool readonlyMode
)
public: void Add(
System.String filename,
bool readonlyMode
)
public:
void Add(
System.String filename,
bool readonlyMode
)
Parameters
- filename
- The filename.
- readonlyMode
- A value indicating whether file should be opened in readonly mode.