Summary
Gets or sets a value indicating whether whether types in assemblies other
than the primary assembly should have their visibility modified to internal.
- Namespace
- Cake
.Common .Tools .ILMerge - Containing Type
- ILMergeSettings
Syntax
public bool Internalize { get; set; }
Value
Type | Description |
---|---|
bool |
true if types in assemblies other than the primary assembly should
have their visibility modified to internal; otherwise, false .
|