C# 클래스 Isop.WpfControls.ViewModels.BuildExtensions

파일 보기 프로젝트 열기: Lundalogik/isop

공개 메소드들

메소드 설명
GetMethodTreeModel ( this that ) : MethodTreeModel
Parse ( this that, Method currentMethod ) : ParsedMethod

비공개 메소드들

메소드 설명
Controller ( Build that, Type type ) : Controller
Method ( Build that, Type type, MethodInfo m ) : Method

메소드 상세

GetMethodTreeModel() 공개 정적인 메소드

public static GetMethodTreeModel ( this that ) : MethodTreeModel
that this
리턴 MethodTreeModel

Parse() 공개 정적인 메소드

public static Parse ( this that, Method currentMethod ) : ParsedMethod
that this
currentMethod Method
리턴 ParsedMethod