C# 클래스 Castle.NVelocity.Ast.NVMethodNode

상속: NVIdNode
파일 보기 프로젝트 열기: jonorossi/cvsi 1 사용 예제들

공개 메소드들

메소드 설명
NVMethodNode ( string name ) : System.Collections.Generic
NVMethodNode ( string name, NVTypeNode returnType ) : System.Collections.Generic

메소드 상세

NVMethodNode() 공개 메소드

public NVMethodNode ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic

NVMethodNode() 공개 메소드

public NVMethodNode ( string name, NVTypeNode returnType ) : System.Collections.Generic
name string
returnType NVTypeNode
리턴 System.Collections.Generic