Newtonsoft.Json.Linq.JProperty.ClearItems C# (CSharp) Method

ClearItems() private method

private ClearItems ( ) : void
return void
    internal override void ClearItems()
    {
      throw new Exception("Cannot add or remove items from {0}.".FormatWith(CultureInfo.InvariantCulture, typeof(JProperty)));
    }