C# Class Ink.Parsed.Number

Inheritance: Parsed.Expression
Exibir arquivo Open project: inkle/ink

Public Properties

Property Type Description
value object

Public Methods

Method Description
Equals ( object obj ) : bool
GenerateIntoContainer ( Runtime container ) : void
GetHashCode ( ) : int
Number ( object value )
ToString ( ) : string

Method Details

Equals() public method

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

GenerateIntoContainer() public method

public GenerateIntoContainer ( Runtime container ) : void
container Runtime
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

Number() public method

public Number ( object value )
value object

ToString() public method

public ToString ( ) : string
return string

Property Details

value public_oe property

public object value
return object