Summary
Gets or sets a value indicating whether to set all types but the ones from the first assembly 'internal'.
- Namespace
- Cake
.Common .Tools .ILRepack - Containing Type
- ILRepackSettings
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 .
|