Namespace: System.Extensions.IO
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public void Save( Stream stream ) |
Visual Basic |
---|
Public Sub Save ( stream As Stream ) |
Visual C++ |
---|
public: void Save( Stream^ stream ) |
F# |
---|
member Save : stream : Stream -> unit |
Parameters
- stream
- Type: System.IO..::..Stream
A Stream that you want o save the INI file.