JsonMockWrapper Class

Namespace
LitJson
Interfaces
  • IJsonWrapper
  • IList
  • ICollection
  • IEnumerable
  • IOrderedDictionary
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IJsonWrapper"]-.->Type click Interface0 "/api/LitJson/IJsonWrapper" Interface1["IList"]-.->Type Interface2["ICollection"]-.->Type Interface3["IEnumerable"]-.->Type Interface4["IOrderedDictionary"]-.->Type Type["JsonMockWrapper"] class Type type-node

Syntax

public class JsonMockWrapper : IJsonWrapper, IList, ICollection, IEnumerable, IOrderedDictionary

Properties

Name Value Summary
IsArray bool
IsBoolean bool
IsDouble bool
IsInt bool
IsLong bool
IsObject bool
IsString bool

Methods