Table of Contents

Method GetChildren

Namespace
Terminal.Gui
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>