Inherit Property
If Inherit is true, and ObfuscateNamesAttribute is applied to an assembly, ArmDot changes the names of all items of the assembly.
If Inherit is true, and ObfuscateNamesAttribute is applied to a type, ArmDot changes names of all items of the type, and of the nested types.
If Inherit is false, and ObfuscateNamesAttribute is applied to a type only.
The default value is true.
bool Inherit { get; set; }