C# Класс BindaTests.Extensions

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

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

Метод Описание
GetAllNodesRecursive ( this treeView ) : List
GetCommentByAuthor ( this comments, string author ) : Comment
GetNodeCommentByAuthor ( this nodes, string author ) : TreeNode

Приватные методы

Метод Описание
GetAllNodesRecursive ( IEnumerable nodes ) : List

Описание методов

GetAllNodesRecursive() публичный статический Метод

public static GetAllNodesRecursive ( this treeView ) : List
treeView this
Результат List

GetCommentByAuthor() публичный статический Метод

public static GetCommentByAuthor ( this comments, string author ) : Comment
comments this
author string
Результат BindaTests.NeededObjects.Comment

GetNodeCommentByAuthor() публичный статический Метод

public static GetNodeCommentByAuthor ( this nodes, string author ) : TreeNode
nodes this
author string
Результат System.Windows.Forms.TreeNode