Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Newtonsoft.​Json.​JsonConverterCollection

Assembly: Newtonsoft.Json

Inheritance: object → System.​Collections.​ObjectModel.​Collection<​JsonConverter> → JsonConverterCollection

Implemented Interfaces

Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter" /> .

Properties

public int
Count
public JsonConverter
Item

Methods

public void
Clear​()
protected void
ClearItems​()
public bool
Contains​(JsonConverter item)
public void
CopyTo​(JsonConverter[] array, int index)
public int
IndexOf​(JsonConverter item)
public void
Insert​(int index, JsonConverter item)
protected void
InsertItem​(int index, JsonConverter item)
public bool
Remove​(JsonConverter item)
public void
RemoveAt​(int index)
protected void
RemoveItem​(int index)
protected void
SetItem​(int index, JsonConverter item)
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object