Method GetChildren
- Namespace
- Terminal.Gui.FileServices
- Assembly
- Terminal.Gui.dll
GetChildren(IFileSystemInfo)
Returns all children of a given forObject
which should be added to the tree as new branches
underneath it
public IEnumerable<IFileSystemInfo> GetChildren(IFileSystemInfo forObject)
Parameters
forObject
IFileSystemInfo
Returns
- IEnumerable<IFileSystemInfo>