Click or drag to resize
Json.NET

JsonConverterCollection Class

 
Represents a collection of JsonConverter.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionJsonConverter
    Newtonsoft.JsonJsonConverterCollection

Namespace:  Newtonsoft.Json
Assembly:  Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
public class JsonConverterCollection : Collection<JsonConverter>

The JsonConverterCollection type exposes the following members.

Constructors
  NameDescription
Public methodJsonConverterCollection
Initializes a new instance of the JsonConverterCollection class
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectionJsonConverter.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionJsonConverter.)
Protected propertyItems (Inherited from CollectionJsonConverter.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionJsonConverter.)
Public methodClear (Inherited from CollectionJsonConverter.)
Protected methodClearItems (Inherited from CollectionJsonConverter.)
Public methodContains (Inherited from CollectionJsonConverter.)
Public methodCopyTo (Inherited from CollectionJsonConverter.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionJsonConverter.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionJsonConverter.)
Public methodInsert (Inherited from CollectionJsonConverter.)
Protected methodInsertItem (Inherited from CollectionJsonConverter.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Inherited from CollectionJsonConverter.)
Public methodRemoveAt (Inherited from CollectionJsonConverter.)
Protected methodRemoveItem (Inherited from CollectionJsonConverter.)
Protected methodSetItem
Replaces the element at the specified index.
(Inherited from CollectionJsonConverter.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also