ConfigurationProvider.

WriteSample(string, IFileSystem) Method

Syntax

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:Do not dispose objects multiple times", Justification = "Works as expected")]
public static void WriteSample(string targetDirectory, IFileSystem fileSystem)

Attributes

Type Description
SuppressMessageAttribute

Parameters

Name Type Description
targetDirectory string
fileSystem IFileSystem

Return Value

Type Description
void
GitHub