Method GetChildren | Terminal.Gui v2 (original) (raw)
Namespace
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>