C# Class FlatRedBall.Glue.FormHelpers.TreeNodeCollectionExtensions

显示文件 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
ContainsText ( this treeNodeCollection, string textToSearchFor ) : bool
SortByTextConsideringDirectories ( this treeNodeCollection, bool recursive = false ) : void

Private Methods

Method Description
TreeNodeComparer ( TreeNode first, TreeNode second ) : int

Method Details

ContainsText() public static method

public static ContainsText ( this treeNodeCollection, string textToSearchFor ) : bool
treeNodeCollection this
textToSearchFor string
return bool

SortByTextConsideringDirectories() public static method

public static SortByTextConsideringDirectories ( this treeNodeCollection, bool recursive = false ) : void
treeNodeCollection this
recursive bool
return void