C# Class Kento.String

Inheritance: Literal
ファイルを表示 Open project: LukaHorvat/Kento

Public Methods

Method Description
Clone ( ) : Value
Evaluate ( ) : Value
String ( string Value ) : System.Collections.Generic
ToString ( ) : string
Tokenize ( ) : List

Method Details

Clone() public method

public Clone ( ) : Value
return Value

Evaluate() public method

public Evaluate ( ) : Value
return Value

String() public method

public String ( string Value ) : System.Collections.Generic
Value string
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

Tokenize() public method

public Tokenize ( ) : List
return List