C# Class Ink.Parsed.Number

Inheritance: Parsed.Expression
Afficher le fichier Open project: inkle/ink

Méthodes publiques

Свойство Type Description
value object

Méthodes publiques

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

Method Details

Equals() public méthode

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

GenerateIntoContainer() public méthode

public GenerateIntoContainer ( Runtime container ) : void
container Runtime
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Number() public méthode

public Number ( object value )
value object

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

value public_oe property

public object value
Résultat object