ILMergeSettings.

Union Property

Summary

Gets or sets a value indicating whether types with the same name are all merged into a single type in the target assembly.
Namespace
Cake.Common.Tools.ILMerge
Containing Type
ILMergeSettings

Syntax

public bool Union { get; set; }

Value

Type Description
bool true if types with the same name are merged into a single type in the target assembly; otherwise, false.