Summary
Gets or sets a value indicating whether to merge types with identical names into one.
- Namespace
- Cake
.Common .Tools .ILRepack - Containing Type
- ILRepackSettings
Syntax
public bool Union { get; set; }
Value
Type | Description |
---|---|
bool | true if types with identical names should be merged into one; otherwise, false . |