C# Class Kento.Type

Inheritance: CodeBlock, IClass
Exibir arquivo Open project: LukaHorvat/Kento Class Usage Examples

Public Methods

Method Description
Clone ( ) : Value
MakeInstance ( ) : Instance
Run ( ) : Value
Type ( CodeBlock Code ) : System.Collections.Generic
Type ( Type BaseClass, CodeBlock Code ) : System.Collections.Generic
Type ( Type BaseClass, List Code ) : System.Collections.Generic

Method Details

Clone() public method

public Clone ( ) : Value
return Value

MakeInstance() public method

public MakeInstance ( ) : Instance
return Instance

Run() public method

public Run ( ) : Value
return Value

Type() public method

public Type ( CodeBlock Code ) : System.Collections.Generic
Code CodeBlock
return System.Collections.Generic

Type() public method

public Type ( Type BaseClass, CodeBlock Code ) : System.Collections.Generic
BaseClass Type
Code CodeBlock
return System.Collections.Generic

Type() public method

public Type ( Type BaseClass, List Code ) : System.Collections.Generic
BaseClass Type
Code List
return System.Collections.Generic