Summary
Gets or sets a value indicating whether to allow the user to allow all
public types to be renamed when they are duplicates.
- Namespace
- Cake
.Common .Tools .ILMerge - Containing Type
- ILMergeSettings
Syntax
public bool AllowDuplicateTypes { get; set; }
Value
Type | Description |
---|---|
bool |
true if all public types should be allowed to be renamed; otherwise false .
|