Click or drag to resize

ProductObfuscateReuseNames Property

Whether to reuse names when obfuscating. If this option is enabled, the same names will be used for the methods and fields in a type.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Reference<bool> ObfuscateReuseNames { get; set; }

Property Value

ReferenceBoolean
See Also