Inherit Property
If Inherit is true, and VirtualizeCodeAttribute is applied to an assembly, ArmDot virtualizes the code of all methods of the assembly.
If Inherit is true, and VirtualizeCodeAttribute is applied to a type, ArmDot virtualizes code of the methods of the type, and of the nested types.
The default value is true.
bool Inherit { get; set; }