C# Class Isop.WpfControls.ViewModels.BuildExtensions

Afficher le fichier Open project: Lundalogik/isop

Méthodes publiques

Méthode Description
GetMethodTreeModel ( this that ) : MethodTreeModel
Parse ( this that, Method currentMethod ) : ParsedMethod

Private Methods

Méthode Description
Controller ( Build that, Type type ) : Controller
Method ( Build that, Type type, MethodInfo m ) : Method

Method Details

GetMethodTreeModel() public static méthode

public static GetMethodTreeModel ( this that ) : MethodTreeModel
that this
Résultat MethodTreeModel

Parse() public static méthode

public static Parse ( this that, Method currentMethod ) : ParsedMethod
that this
currentMethod Method
Résultat ParsedMethod