PowerShellUtils/GlobalUsings.cs
global using DirectoryTreeNode = PowerShellStandardModule1.Models.TreeNode<System.IO.DirectoryInfo>;
global using DirectoryPrintNode = PowerShellStandardModule1.Models.PrintNode<System.IO.DirectoryInfo>; global using StringValueSelector = System.Func<PowerShellStandardModule1.Models.TreeNode<System.IO.FileSystemInfo>,string>; global using DirectoryTreeNodeEnumerable = System.Collections.Generic.IEnumerable<PowerShellStandardModule1.Models.TreeNode<System.IO.FileSystemInfo>>; global using DirectoryPrintNodeEnumerable = System.Collections.Generic.IEnumerable<PowerShellStandardModule1.Models.PrintNode<System.IO.FileSystemInfo>>; global using FileSystemInfoTreeNodeEnumerableProcessor = System.Func<System.Collections.Generic.IEnumerable<PowerShellStandardModule1.Models.TreeNode<System.IO.FileSystemInfo>>, System.Collections.Generic.IEnumerable<PowerShellStandardModule1.Models.TreeNode<System.IO.FileSystemInfo>>>; global using FileSystemInfoTreeNode = PowerShellStandardModule1.Models.TreeNode<System.IO.FileSystemInfo>; global using FileSystemInfoPrintNode = PowerShellStandardModule1.Models.PrintNode<System.IO.FileSystemInfo>; global using FileSystemInfoTreeNodeEnumerable = System.Collections.Generic.IEnumerable<PowerShellStandardModule1.Models.TreeNode<System.IO.FileSystemInfo>>; global using FileSystemInfoPrintNodeEnumerable = System.Collections.Generic.IEnumerable<PowerShellStandardModule1.Models.PrintNode<System.IO.FileSystemInfo>>; |