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
- System.​Collections.​Generic.​IList`1 (Inherits: ICollection<​Newtonsoft.​Json.​JsonConverter>IEnumerable<​Newtonsoft.​Json.​JsonConverter>IEnumerable) Implemented by: Collection<​Newtonsoft.​Json.​JsonConverter>
- System.​Collections.​Generic.​IReadOnlyList`1 (Inherits: IEnumerable<​Newtonsoft.​Json.​JsonConverter>IEnumerableIReadOnlyCollection<​Newtonsoft.​Json.​JsonConverter>) Implemented by: Collection<​Newtonsoft.​Json.​JsonConverter>
- System.​Collections.​IList (Inherits: ICollectionIEnumerable) Implemented by: Collection<​Newtonsoft.​Json.​JsonConverter>
Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter" /> .
Properties
public
int
Count
public
JsonConverter
Item
protected
System.​Collections.​Generic.​IList<​JsonConverter>
Items
Methods
public
void
Add​(JsonConverter item)
Inherited from System.​Collections.​ObjectModel.​Collection<​JsonConverter>
public
void
Clear​()
Inherited from System.​Collections.​ObjectModel.​Collection<​JsonConverter>
protected
void
ClearItems​()
Inherited from System.​Collections.​ObjectModel.​Collection<​JsonConverter>
public
bool
Contains​(JsonConverter item)
Inherited from System.​Collections.​ObjectModel.​Collection<​JsonConverter>
public
void
CopyTo​(JsonConverter[] array,
int index)
Inherited from System.​Collections.​ObjectModel.​Collection<​JsonConverter>
public
System.​Collections.​Generic.​IEnumerator<​JsonConverter>
GetEnumerator​()
Inherited from System.​Collections.​ObjectModel.​Collection<​JsonConverter>
public
int
IndexOf​(JsonConverter item)
Inherited from System.​Collections.​ObjectModel.​Collection<​JsonConverter>
public
void
Insert​(int index,
JsonConverter item)
Inherited from System.​Collections.​ObjectModel.​Collection<​JsonConverter>
protected
void
InsertItem​(int index,
JsonConverter item)
Inherited from System.​Collections.​ObjectModel.​Collection<​JsonConverter>
public
bool
Remove​(JsonConverter item)
Inherited from System.​Collections.​ObjectModel.​Collection<​JsonConverter>
public
void
RemoveAt​(int index)
Inherited from System.​Collections.​ObjectModel.​Collection<​JsonConverter>
protected
void
RemoveItem​(int index)
Inherited from System.​Collections.​ObjectModel.​Collection<​JsonConverter>
protected
void
SetItem​(int index,
JsonConverter item)
Inherited from System.​Collections.​ObjectModel.​Collection<​JsonConverter>
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object