namespace DPumpHydr.WinFrmUI.WenSkin.Json.Linq { /// /// Specifies how line information is handled when loading JSON. /// public enum LineInfoHandling { /// /// Ignore line information. /// Ignore, /// /// Load line information. /// Load } }