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

Public Member Functions

 Null ()
 
override string ToString ()
 
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

static Null Instance = new Null() [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

◆ Null()

Member Function Documentation

◆ CompareTo()

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

◆ Equals()

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

◆ GetHashCode()

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

◆ ToString()

override string HyperTrack.HyperTrack.Json.Null.ToString ( )

Property Documentation

◆ Instance

Null HyperTrack.HyperTrack.Json.Null.Instance = new Null()
staticget

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