namespace DPumpHydr.WinFrmUI.WenSkin.Json.Linq { /// /// Specifies how JSON comments are handled when loading JSON. /// public enum CommentHandling { /// /// Ignore comments. /// Ignore, /// /// Load comments as a with type . /// Load } }