C# Класс Isop.WpfControls.ViewModels.BuildExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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