MultiStreamPath.ListDirectory

MultiStreamPath.ListDirectory method

Returns paths located inside this AbstractPath, if it’s a directory.

public override IEnumerable<AbstractPath> ListDirectory()

Return Value

Paths located inside this AbstractPath.

See Also