C# Class Scorpio.ScriptNull

Inheritance: ScriptObject
Afficher le fichier Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
LogicOperation ( ) : bool
ScriptNull ( Script script ) : System
ToJson ( ) : string
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

LogicOperation() public méthode

public LogicOperation ( ) : bool
Résultat bool

ScriptNull() public méthode

public ScriptNull ( Script script ) : System
script Script
Résultat System

ToJson() public méthode

public ToJson ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string