namespace DynamicExpresso { /// /// Option to set the detector variable level /// public enum DetectorOptions { None = 0, [System.Obsolete("IncludeChildren is deprecated and will be removed in a future version.")] IncludeChildren = 1 } }