MSBuildSettingsExtensions.

SetNodeReuse(MSBuildSettings, bool) Method

Summary

Sets whether or not node reuse should be enabled.

Syntax

public static MSBuildSettings SetNodeReuse(this MSBuildSettings settings, bool reuse)

Parameters

Name Type Description
settings MSBuildSettings The settings.
reuse bool true if node reuse should be enabled; otherwise false.

Return Value

Type Description
MSBuildSettings The same MSBuildSettings instance so that multiple calls can be chained.