• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Interface IJsonArray

Interface that is used for custom implementation of JSON Array type to be used in NCache

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

Back to top Copyright © 2017 Alachisoft