Interface IJsonArray
Interface that is used for custom implementation of JSON Array type to be used in NCache
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IJsonArray : ICollection<JsonValueBase>, IEnumerable<JsonValueBase>, IEnumerable
Properties
Name | Description |
---|---|
Item[Int32] | Indexer for the JSON Arary |
Methods
Name | Description |
---|---|
Add(JsonValue) | Adds item to JSON Array |
Contains(JsonValue) | Checks whether the item exits in JSON Array |
Remove(JsonValue) | Removes item from JSON Array |