My Project
 
All Classes Namespaces Files Functions Variables Properties
Loading...
Searching...
No Matches
HyperTrack.HyperTrack.Json.Array Class Reference
Inheritance diagram for HyperTrack.HyperTrack.Json.Array:
HyperTrack.HyperTrack.Json

Public Member Functions

 Array (IEnumerable< Json > items)
 
List< object?> ToList ()
 
override bool Equals (Json? other)
 
override int GetHashCode ()
 
override int CompareTo (Json? other)
 
- Public Member Functions inherited from HyperTrack.HyperTrack.Json
bool Equals (Json? other)
 
override bool Equals (object? obj)
 
override int GetHashCode ()
 
int CompareTo (Json? other)
 
virtual int CompareTo (object? obj)
 

Properties

IEnumerable< JsonItems [get]
 

Additional Inherited Members

- Static Public Member Functions inherited from HyperTrack.HyperTrack.Json
static bool operator== (Json? left, Json? right)
 
static bool operator!= (Json? left, Json? right)
 
static Json.? Object FromDictionary (Dictionary< string, object?> map)
 
static Json.? Object FromString (string json)
 
static ? T FromStringToObject< T > (string json)
 

Constructor & Destructor Documentation

◆ Array()

HyperTrack.HyperTrack.Json.Array.Array ( IEnumerable< Json > items)
inline

Member Function Documentation

◆ CompareTo()

override int HyperTrack.HyperTrack.Json.Array.CompareTo ( Json? other)
inline

◆ Equals()

override bool HyperTrack.HyperTrack.Json.Array.Equals ( Json? other)

◆ GetHashCode()

override int HyperTrack.HyperTrack.Json.Array.GetHashCode ( )

◆ ToList()

List< object?> HyperTrack.HyperTrack.Json.Array.ToList ( )

Property Documentation

◆ Items

IEnumerable<Json> HyperTrack.HyperTrack.Json.Array.Items
get

The documentation for this class was generated from the following file: