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

RemoveItem() private method

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