Summary
    Gets or sets a value indicating whether the first attribute that is found is kept.
    
		- Namespace
 - Cake
.Common .Tools .ILMerge  - Containing Type
 - ILMergeSettings
 
Syntax
public bool KeepFirst { get; set; }
	Value
| Type | Description | 
|---|---|
| bool | 
    true if the first attribute that is found is kept; otherwise, false.
     | 
				
