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

RemoveItemAt() private method

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