C# Class Scorpio.ScriptNull

Inheritance: ScriptObject
Show file Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Public Methods

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

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

LogicOperation() public method

public LogicOperation ( ) : bool
return bool

ScriptNull() public method

public ScriptNull ( Script script ) : System
script Script
return System

ToJson() public method

public ToJson ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string