CachedIniFileWriteSectionTo Method |
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public void WriteSectionTo(
string SectionKey,
TextWriter Writer
)
Public Sub WriteSectionTo (
SectionKey As String,
Writer As TextWriter
)
public:
void WriteSectionTo(
String^ SectionKey,
TextWriter^ Writer
)
member WriteSectionTo :
SectionKey : string *
Writer : TextWriter -> unit
Parameters
- SectionKey
- Type: SystemString
- Writer
- Type: System.IOTextWriter
See Also