C# 클래스 Kento.Type

상속: CodeBlock, IClass
파일 보기 프로젝트 열기: LukaHorvat/Kento 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Value
리턴 Value

MakeInstance() 공개 메소드

public MakeInstance ( ) : Instance
리턴 Instance

Run() 공개 메소드

public Run ( ) : Value
리턴 Value

Type() 공개 메소드

public Type ( CodeBlock Code ) : System.Collections.Generic
Code CodeBlock
리턴 System.Collections.Generic

Type() 공개 메소드

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

Type() 공개 메소드

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