Class JsonConverterCollection
Represents a collection of JsonConverter.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<JsonConverter>
JsonConverterCollection
Implements
System.Collections.Generic.IList<JsonConverter>
System.Collections.Generic.ICollection<JsonConverter>
System.Collections.Generic.IReadOnlyList<JsonConverter>
System.Collections.Generic.IReadOnlyCollection<JsonConverter>
System.Collections.Generic.IEnumerable<JsonConverter>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.Add(Bayat.Json.JsonConverter)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.Clear()
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.ClearItems()
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.Contains(Bayat.Json.JsonConverter)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.CopyTo(Bayat.Json.JsonConverter[], System.Int32)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.GetEnumerator()
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.IndexOf(Bayat.Json.JsonConverter)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.Insert(System.Int32, Bayat.Json.JsonConverter)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.InsertItem(System.Int32, Bayat.Json.JsonConverter)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.Remove(Bayat.Json.JsonConverter)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.SetItem(System.Int32, Bayat.Json.JsonConverter)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.Count
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.Items
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.System.Collections.Generic.ICollection<Bayat.Json.JsonConverter>.IsReadOnly
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Bayat.Json.JsonConverter>.System.Collections.IList.Item[System.Int32]
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.Json
Assembly: Bayat.Json.Runtime.dll
Syntax
public class JsonConverterCollection : Collection<JsonConverter>, IList<JsonConverter>, ICollection<JsonConverter>, IReadOnlyList<JsonConverter>, IReadOnlyCollection<JsonConverter>, IEnumerable<JsonConverter>, IList, ICollection, IEnumerable
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable