
C# |
public interface IJsonWrapper : IList, IOrderedDictionary, IDictionary, ICollection, IEnumerable

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Add(Object) | Adds an item to the IList. (Inherited from IList.) |
![]() | Add(Object, Object) | Adds an element with the provided key and value to the IDictionary object. (Inherited from IDictionary.) |
![]() | Clear()()()() | Removes all items from the IList. (Inherited from IList.) |
![]() | Clear()()()() | Removes all elements from the IDictionary object. (Inherited from IDictionary.) |
![]() | Contains(Object) | Determines whether the IList contains a specific value. (Inherited from IList.) |
![]() | Contains(Object) | Determines whether the IDictionary object contains an element with the specified key. (Inherited from IDictionary.) |
![]() | CopyTo(Array, Int32) | (Inherited from ICollection.) |
![]() | Count | Gets the number of elements contained in the ICollection. (Inherited from ICollection.) |
![]() | GetBoolean()()()() | |
![]() | GetDouble()()()() | |
![]() | GetEnumerator()()()() | Returns an enumerator that iterates through the IOrderedDictionary collection. (Inherited from IOrderedDictionary.) |
![]() | GetEnumerator()()()() | Returns an IDictionaryEnumerator object for the IDictionary object. (Inherited from IDictionary.) |
![]() | GetEnumerator()()()() | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | GetInt()()()() | |
![]() | GetJsonType()()()() | |
![]() | GetLong()()()() | |
![]() | GetString()()()() | |
![]() | IndexOf(Object) | Determines the index of a specific item in the IList. (Inherited from IList.) |
![]() | Insert(Int32, Object) | Inserts an item to the IList at the specified index. (Inherited from IList.) |
![]() | Insert(Int32, Object, Object) | Inserts a key/value pair into the collection at the specified index. (Inherited from IOrderedDictionary.) |
![]() | IsArray | |
![]() | IsBoolean | |
![]() | IsDouble | |
![]() | IsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from IList.) |
![]() | IsFixedSize | Gets a value indicating whether the IDictionary object has a fixed size. (Inherited from IDictionary.) |
![]() | IsInt | |
![]() | IsLong | |
![]() | IsObject | |
![]() | IsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from IList.) |
![]() | IsReadOnly | Gets a value indicating whether the IDictionary object is read-only. (Inherited from IDictionary.) |
![]() | IsString | |
![]() | IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ICollection.) |
![]() | Item[([( Int32])]) | Gets or sets the element at the specified index. (Inherited from IList.) |
![]() | Item[([( Int32])]) | Gets or sets the element at the specified index. (Inherited from IOrderedDictionary.) |
![]() | Item[([( Object])]) | Gets or sets the element with the specified key. (Inherited from IDictionary.) |
![]() | Keys | Gets an ICollection object containing the keys of the IDictionary object. (Inherited from IDictionary.) |
![]() | Remove(Object) | Removes the first occurrence of a specific object from the IList. (Inherited from IList.) |
![]() | Remove(Object) | Removes the element with the specified key from the IDictionary object. (Inherited from IDictionary.) |
![]() | RemoveAt(Int32) | Removes the IList item at the specified index. (Inherited from IList.) |
![]() | RemoveAt(Int32) | Removes the element at the specified index. (Inherited from IOrderedDictionary.) |
![]() | SetBoolean(Boolean) | |
![]() | SetDouble(Double) | |
![]() | SetInt(Int32) | |
![]() | SetJsonType(JsonType) | |
![]() | SetLong(Int64) | |
![]() | SetString(String) | |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection.) |
![]() | ToJson()()()() | |
![]() | ToJson(JsonWriter) | |
![]() | Values | Gets an ICollection object containing the values in the IDictionary object. (Inherited from IDictionary.) |